summaryrefslogtreecommitdiff
path: root/gnosis-test.el
diff options
context:
space:
mode:
Diffstat (limited to 'gnosis-test.el')
-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))))