mirror of
https://github.com/micropython/micropython.git
synced 2026-01-04 19:20:22 +01:00
tests/extmod/btree1: Close database at the end of test.
This commit is contained in:
@@ -57,3 +57,5 @@ print(list(db.values()))
|
||||
|
||||
for k in db:
|
||||
print(k)
|
||||
|
||||
db.close()
|
||||
|
||||
Reference in New Issue
Block a user