This commit is contained in:
Dmitriy Ryajov 2022-09-19 23:11:57 -06:00
parent b4b90485ef
commit a045aa4ef1
No known key found for this signature in database
GPG Key ID: DA8C680CE7C657A4

View File

@ -35,6 +35,7 @@ suite "Test Basic SQLiteDatastore":
teardownAll:
removeDir(basePathAbs)
require(not dirExists(basePathAbs))
(await dsDb.close()).tryGet()
basicStoreTests(dsDb, key, bytes, otherBytes)
@ -63,6 +64,7 @@ suite "Test Read Only SQLiteDatastore":
teardownAll:
removeDir(basePathAbs)
require(not dirExists(basePathAbs))
(await dsDb.close()).tryGet()
test "put":
check: