diff --git a/test/macaw/acceptance_test.clj b/test/macaw/acceptance_test.clj index 0893a94..8497aa9 100644 --- a/test/macaw/acceptance_test.clj +++ b/test/macaw/acceptance_test.clj @@ -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."