This commit is contained in:
Jaremy Creechley 2023-09-20 22:45:47 -07:00
parent 76b952c928
commit cf2cbd3e1a
No known key found for this signature in database
GPG Key ID: 4E66FB67B21D3300

View File

@ -23,7 +23,7 @@ suite "Test Basic SQLiteDatastore":
bytes = "some bytes".toBytes
otherBytes = "some other bytes".toBytes
teardown:
suiteTeardown:
ds.close().tryGet()
test "put":