Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahTheDuke committed Nov 19, 2024
1 parent 424e731 commit 4168619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/clojure/lazytest/config_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
(it "works"
(expect
(match? {:output [:keyword]
:reporter fn?}
:reporter :keyword}
(sut/->config {:output :keyword}))))
(it "resolves by default to lazytest.reporters"
(expect
Expand Down

0 comments on commit 4168619

Please sign in to comment.