Skip to content

Commit

Permalink
Satisfy linters
Browse files Browse the repository at this point in the history
  • Loading branch information
crisptrutski committed May 23, 2024
1 parent 7395a7f commit 97833f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/macaw/util.clj
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@
(seek (comp #{(select-keys map-key ks-prefix)}
#(select-keys % ks-prefix)
key)
m))))))
m))))))
2 changes: 1 addition & 1 deletion test/macaw/util_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 97833f3

Please sign in to comment.