branch: elpa/gnosis
commit acb5683c0e69794e981fd680b55293efba635179
Author: Thanos Apollo <[email protected]>
Commit: Thanos Apollo <[email protected]>
tests test-db: Update path for demo deck.
---
tests/gnosis-test-db.el | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/tests/gnosis-test-db.el b/tests/gnosis-test-db.el
index 68d87b534a..504d8f228e 100644
--- a/tests/gnosis-test-db.el
+++ b/tests/gnosis-test-db.el
@@ -30,12 +30,8 @@
(require 'gnosis)
-(defvar gnosis-test-image "anatomy/typic-vertebra-superior-01.png"
- "Random image for testing")
-
(defvar gnosis-test-deck-file
- (expand-file-name "test.org"
- (file-name-directory (or load-file-name buffer-file-name))))
+ (expand-file-name "../decks/demo.org"))
(defun gnosis-test-random-items (list x)
"Select X random items from LIST."