Skip to content

Commit

Permalink
Merge branch 'main' into support-only-tags
Browse files Browse the repository at this point in the history
  • Loading branch information
crisptrutski authored Sep 11, 2024
2 parents c6686e1 + 199d5f5 commit bcec13b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/mb/hawk/core_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
{: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 @@ -79,3 +80,5 @@
(hawk/find-tests this-ns options))
{:only-tags [:exclude-this-test]}
{:only-tags #{:exclude-this-test}}))
=======
>>>>>>> main -- Current Change

0 comments on commit bcec13b

Please sign in to comment.