From d165ff2482a7215d6f1113a9a10b00d782cf4039 Mon Sep 17 00:00:00 2001 From: Jaremy Creechley Date: Wed, 20 Sep 2023 23:44:09 -0700 Subject: [PATCH] tests --- tests/datastore/sql/testsqliteds.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/datastore/sql/testsqliteds.nim b/tests/datastore/sql/testsqliteds.nim index c5dfb46..72c0e43 100644 --- a/tests/datastore/sql/testsqliteds.nim +++ b/tests/datastore/sql/testsqliteds.nim @@ -98,5 +98,5 @@ suite "Test DataBuffer SQLiteDatastore": suiteTeardown: ds.close().tryGet() - + testBasic(ds, key, bytes, otherBytes, batch)