tests/extmod/btree1: Close database at the end of test.
This commit is contained in:
parent
25df419c67
commit
5a38694f55
|
@ -57,3 +57,5 @@ print(list(db.values()))
|
||||||
|
|
||||||
for k in db:
|
for k in db:
|
||||||
print(k)
|
print(k)
|
||||||
|
|
||||||
|
db.close()
|
||||||
|
|
Loading…
Reference in New Issue