summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-07-20 17:07:09 +0300
committerThanos Apollo <[email protected]>2024-07-20 18:16:10 +0300
commitc2f0e5ae94327e13152f59e6fffefba239a68c7c (patch)
tree2a9b6b05cd78a268ef8ca1b8fe533091509449fa
parent07015f7b67243009dfc317548c14e8bcf48eb548 (diff)
tests: Adjust for new table: Add activity-log
-rw-r--r--gnosis-test.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnosis-test.el b/gnosis-test.el
index 3104789..50b8ba2 100644
--- a/gnosis-test.el
+++ b/gnosis-test.el
@@ -124,7 +124,7 @@ If ask nil, leave testing env"
(make-directory testing-dir))
(setf gnosis-db (emacsql-sqlite-open (expand-file-name "testing.db" testing-dir)))
(setf gnosis-testing t)
- (dolist (table '(notes decks review review-log extras))
+ (dolist (table '(notes decks review review-log extras activity-log))
(condition-case nil
(gnosis--drop-table table)
(error (message "No %s table to drop." table))))