summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/org-fc-filter-test.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/org-fc-filter-test.el b/tests/org-fc-filter-test.el
index 13c5dcd..3458c7b 100644
--- a/tests/org-fc-filter-test.el
+++ b/tests/org-fc-filter-test.el
@@ -60,8 +60,8 @@
(should
(org-fc-test-compare-ids
(org-fc-test-filter-index index '(and (tag "file1")
- (tag "file2")
- (tag "file3")))
+ (tag "file2")
+ (tag "file3")))
'(c-double c-cloze)))
;; Negation
@@ -74,5 +74,5 @@
(should
(org-fc-test-compare-ids
(org-fc-test-filter-index index '(and (not (type normal))
- (tag "file1")))
+ (tag "file1")))
'(c-double c-cloze)))))