diff options
author | Thanos Apollo <[email protected]> | 2024-07-20 17:07:09 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-07-20 18:16:10 +0300 |
commit | c2f0e5ae94327e13152f59e6fffefba239a68c7c (patch) | |
tree | 2a9b6b05cd78a268ef8ca1b8fe533091509449fa /gnosis-test.el | |
parent | 07015f7b67243009dfc317548c14e8bcf48eb548 (diff) |
tests: Adjust for new table: Add activity-log
Diffstat (limited to 'gnosis-test.el')
-rw-r--r-- | gnosis-test.el | 2 |
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)))) |