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

    tests: Use new modules
---
 tests/gnosis-test-dashboard.el     | 1 +
 tests/gnosis-test-export-import.el | 1 +
 2 files changed, 2 insertions(+)

diff --git a/tests/gnosis-test-dashboard.el b/tests/gnosis-test-dashboard.el
index bc74e981b3..27636e6442 100644
--- a/tests/gnosis-test-dashboard.el
+++ b/tests/gnosis-test-dashboard.el
@@ -12,6 +12,7 @@
 ;;; Code:
 (require 'ert)
 (require 'gnosis)
+(require 'gnosis-review)
 (require 'gnosis-tl)
 (require 'gnosis-dashboard)
 
diff --git a/tests/gnosis-test-export-import.el 
b/tests/gnosis-test-export-import.el
index 3abcc54d4b..c4ec3950cf 100644
--- a/tests/gnosis-test-export-import.el
+++ b/tests/gnosis-test-export-import.el
@@ -12,6 +12,7 @@
 ;;; Code:
 (require 'ert)
 (require 'gnosis)
+(require 'gnosis-export-import)
 
 (let ((parent-dir (file-name-directory
                    (directory-file-name

Reply via email to