summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2018-08-22 22:36:46 +0200
committerBozhidar Batsov <bozhidar@batsov.com>2018-08-22 22:36:46 +0200
commit396786c30b6b69d0337899150662d96d3be1fd86 (patch)
tree716f6b45d9dc303274e46e28674560f447595782 /test
parent7f035598b063645e52f88fb3ce731a624c6719ed (diff)
Fix quoting in a list
Oh, well - this is really embarrassing and I should probably start running the tests locally. :-)
Diffstat (limited to 'test')
-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))