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

This commit is contained in:
Paul Sokolovsky 2016-07-24 00:30:32 +03:00
parent 25df419c67
commit 5a38694f55
1 changed files with 2 additions and 0 deletions

View File

@ -57,3 +57,5 @@ print(list(db.values()))
for k in db:
print(k)
db.close()