From b7c93083c24bf31ece8ca6ce44a6bc8a203d4203 Mon Sep 17 00:00:00 2001 From: Jaremy Creechley Date: Wed, 27 Sep 2023 20:09:53 -0700 Subject: [PATCH] switch to two sqlites for now --- tests/datastore/testfsds.nim | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/datastore/testfsds.nim b/tests/datastore/testfsds.nim index 8a0dd17..1d95414 100644 --- a/tests/datastore/testfsds.nim +++ b/tests/datastore/testfsds.nim @@ -14,6 +14,7 @@ import pkg/datastore/backend import ./backendCommonTests + suite "Test Basic FSDatastore": let path = currentSourcePath() # get this file's name