We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f03559 commit 396786cCopy full SHA for 396786c
test/cider-tests.el
@@ -77,7 +77,7 @@
77
(describe "when there are multiple possible project types"
78
(before-all
79
(spy-on 'cider--identify-buildtools-present
80
- :and-return-value '('build-tool1 'build-tool2))
+ :and-return-value '(build-tool1 build-tool2))
81
;; user choice build-tool2
82
(spy-on 'completing-read :and-return-value 'build-tool2))
83
0 commit comments