branch: elpa/gnosis
commit 4601c5a186bca701d6015c4137a45c89a6b3cecf
Author: Thanos Apollo <[email protected]>
Commit: Thanos Apollo <[email protected]>

    [fix] tests: test-db: set version to 0 for manual testing.
---
 tests/gnosis-test-db.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/gnosis-test-db.el b/tests/gnosis-test-db.el
index 504d8f228e..c82c950b06 100644
--- a/tests/gnosis-test-db.el
+++ b/tests/gnosis-test-db.el
@@ -63,6 +63,7 @@ If ask nil, leave testing env"
                (gnosis--drop-table table)
              (error (message "No %s table to drop." table))))
          (setf gnosis-testing t)
+         (gnosis--db-set-version 0)
          (gnosis-db-init)
          (message "Development env is ready for testing.")
          (and (y-or-n-p "Add testing deck? ") (gnosis-import-deck 
gnosis-test-deck-file)))

Reply via email to