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 4d226ff commit 5e7011eCopy full SHA for 5e7011e
test/cider-tests.el
@@ -79,7 +79,7 @@
79
(spy-on 'cider--identify-buildtools-present
80
:and-return-value '(build-tool1 build-tool2))
81
;; user choice build-tool2
82
- (spy-on 'completing-read :and-return-value 'build-tool2))
+ (spy-on 'completing-read :and-return-value "build-tool2"))
83
84
(it "returns the choice entered by user"
85
(expect (cider-project-type) :to-equal 'build-tool2))
0 commit comments