Skip to content

Commit

Permalink
Compare hashkeys with :to-have-same-items-as buttercup matcher
Browse files Browse the repository at this point in the history
  • Loading branch information
dan sutton authored and bbatsov committed Jun 26, 2019
1 parent 2a5c276 commit 5284b86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cider-tests.el
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@
(it "parses valid input"
(expect (cider--shadow-parse-builds
(parseedn-read-str "{:builds {:app {} :release {}}}"))
:to-equal '(:release :app browser-repl node-repl)))
:to-have-same-items-as '(:release :app browser-repl node-repl)))
(it "returns default options on empty / invalid input"
(expect (cider--shadow-parse-builds (parseedn-read-str "{}"))
:to-equal '(browser-repl node-repl))
Expand Down

0 comments on commit 5284b86

Please sign in to comment.