Skip to content

Commit 396786c

Browse files
committed
Fix quoting in a list
Oh, well - this is really embarrassing and I should probably start running the tests locally. :-)
1 parent 7f03559 commit 396786c

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
@@ -77,7 +77,7 @@
7777
(describe "when there are multiple possible project types"
7878
(before-all
7979
(spy-on 'cider--identify-buildtools-present
80-
:and-return-value '('build-tool1 'build-tool2))
80+
:and-return-value '(build-tool1 build-tool2))
8181
;; user choice build-tool2
8282
(spy-on 'completing-read :and-return-value 'build-tool2))
8383

0 commit comments

Comments
 (0)