summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorLeon Rische <leon.rische@me.com>2021-03-07 16:20:11 +0100
committerLeon Rische <leon.rische@me.com>2021-03-07 16:20:11 +0100
commit38412f4a2fe4d05fbb5a790e778b233438d6c840 (patch)
treeebfe2cb40f49a8d51ca1700d787b04f6e7f58028 /tests
parent9783e5afda52e2e4d9634c7ca4cdee69f806210d (diff)
Fix remaining compiler warnings
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)))))