Skip to content

Commit

Permalink
Turns out I don't know how to use the GH conflict resolver
Browse files Browse the repository at this point in the history
  • Loading branch information
crisptrutski committed Sep 11, 2024
1 parent bcec13b commit 323ea79
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/mb/hawk/core_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
{:exclude-tags [:exclude-this-test]}
{:exclude-tags #{:exclude-this-test}}
{:exclude-tags [:exclude-this-test :another/tag]}))
<<<<<<< support-only-tags -- Incoming Change

(deftest only-tags-test
(are [options] (= []
Expand All @@ -80,5 +79,3 @@
(hawk/find-tests this-ns options))
{:only-tags [:exclude-this-test]}
{:only-tags #{:exclude-this-test}}))
=======
>>>>>>> main -- Current Change

0 comments on commit 323ea79

Please sign in to comment.