From 7a6e4a82c00a4fc883711d2cf097011c92525c0c Mon Sep 17 00:00:00 2001 From: Chris Truter Date: Wed, 2 Oct 2024 09:20:22 +0200 Subject: [PATCH] Kondo --- test/macaw/acceptance_test.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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."