diff --git a/tests/datastore/sql/testsqliteds.nim b/tests/datastore/sql/testsqliteds.nim index 32836b3..73e00f9 100644 --- a/tests/datastore/sql/testsqliteds.nim +++ b/tests/datastore/sql/testsqliteds.nim @@ -23,7 +23,7 @@ suite "Test Basic SQLiteDatastore": bytes = "some bytes".toBytes otherBytes = "some other bytes".toBytes - teardown: + suiteTeardown: ds.close().tryGet() test "put":