summaryrefslogtreecommitdiff
path: root/test/cider-tests.el
diff options
context:
space:
mode:
Diffstat (limited to 'test/cider-tests.el')
-rw-r--r--test/cider-tests.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cider-tests.el b/test/cider-tests.el
index 7021d31b..36db4d82 100644
--- a/test/cider-tests.el
+++ b/test/cider-tests.el
@@ -77,7 +77,7 @@
(describe "when there are multiple possible project types"
(before-all
(spy-on 'cider--identify-buildtools-present
- :and-return-value '('build-tool1 'build-tool2))
+ :and-return-value '(build-tool1 build-tool2))
;; user choice build-tool2
(spy-on 'completing-read :and-return-value 'build-tool2))