Skip to content
Snippets Groups Projects
Commit 5a38694f authored by Paul Sokolovsky's avatar Paul Sokolovsky
Browse files

tests/extmod/btree1: Close database at the end of test.

parent 25df419c
No related branches found
No related tags found
No related merge requests found
......@@ -57,3 +57,5 @@ print(list(db.values()))
for k in db:
print(k)
db.close()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment