Skip to content

Commit

Permalink
Correct config test
Browse files Browse the repository at this point in the history
  • Loading branch information
Olical committed Sep 4, 2019
1 parent 0662824 commit 22f7b0c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/conjure/config_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@

(t/deftest fetch
(t/testing "empty"
(binding [config/gather! (constantly nil)
config/fallback identity]
(binding [config/gather! (constantly nil)]
(t/is (= (config/fetch) nil))))

(t/testing "basic"
Expand Down

0 comments on commit 22f7b0c

Please sign in to comment.