tests/extmod/btree1: Exercise btree.flush().

This commit is contained in:
Paul Sokolovsky 2016-12-05 01:55:05 +03:00
parent 4463d8a910
commit e44b236ce2
1 changed files with 1 additions and 0 deletions

View File

@ -85,5 +85,6 @@ try:
except TypeError:
print("TypeError")
db.flush()
db.close()
f.close()