Skip to content

Commit 5e7011e

Browse files
committed
Fix a test
1 parent 4d226ff commit 5e7011e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cider-tests.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
(spy-on 'cider--identify-buildtools-present
8080
:and-return-value '(build-tool1 build-tool2))
8181
;; user choice build-tool2
82-
(spy-on 'completing-read :and-return-value 'build-tool2))
82+
(spy-on 'completing-read :and-return-value "build-tool2"))
8383

8484
(it "returns the choice entered by user"
8585
(expect (cider-project-type) :to-equal 'build-tool2))

0 commit comments

Comments
 (0)