Skip to content

Commit

Permalink
Kondo
Browse files Browse the repository at this point in the history
  • Loading branch information
crisptrutski committed Oct 2, 2024
1 parent 79798c3 commit 7a6e4a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/macaw/acceptance_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
(get-in expected-cs [:overrides mode ck])
(get-in expected-cs [:overrides ck])
(when-keyword (get-in expected-cs [:overrides mode]))
(when-keyword (get-in expected-cs [:overrides]))))
(when-keyword (get expected-cs :overrides))))

(defn- test-fixture
"Test that we can parse a given fixture, and compare against expected analysis and rewrites, where they are defined."
Expand Down

0 comments on commit 7a6e4a8

Please sign in to comment.