diff --git a/src/macaw/util.clj b/src/macaw/util.clj index d22620b..7c6c97b 100644 --- a/src/macaw/util.clj +++ b/src/macaw/util.clj @@ -34,4 +34,4 @@ (seek (comp #{(select-keys map-key ks-prefix)} #(select-keys % ks-prefix) key) - m)))))) \ No newline at end of file + m)))))) diff --git a/test/macaw/util_test.clj b/test/macaw/util_test.clj index ecb6a9e..220be64 100644 --- a/test/macaw/util_test.clj +++ b/test/macaw/util_test.clj @@ -8,7 +8,7 @@ {:a 3 :b nil :c 1} 3 {:a 1 :b 2 :c 3} 1}) -(deftest relevant-find-test +(deftest ^:parallel relevant-find-test (testing "We ignore any suffix of degenerate keys" (doseq [x [{:a 1} {:a 1 :b nil}