Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
weavejester committed Sep 28, 2024
1 parent db14e14 commit 8dab89b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/integrant/core_test.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -710,8 +710,8 @@
(is (= (ig/profile {:a 1, :b 2})
(ig/profile :a 1 :b 2)))
(let [p (ig/profile :a 1)]
(is (= (ig/deprofile p [:a])
((ig/deprofile [:a]) p)))))
(is (= (ig/deprofile p [:a])
((ig/deprofile [:a]) p)))))

(testing "expand and deprofile"
(is (= (ig/expand {::mod-prof 1} (ig/deprofile [:dev]))
Expand Down

0 comments on commit 8dab89b

Please sign in to comment.