Skip to content

Commit

Permalink
Clean up Store at the end of test
Browse files Browse the repository at this point in the history
  • Loading branch information
catileptic committed Mar 26, 2024
1 parent 4530b65 commit a994d79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_sqlite.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ def test_sqlite():
assert len(list(dataset.iterate(entity_id="key3"))) == 1
assert len(dataset.store) == 1

dataset.drop()
dataset.store.close()

0 comments on commit a994d79

Please sign in to comment.