Skip to content

Commit

Permalink
test/integration/fake-git-test: fix flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
bendlas committed Sep 5, 2024
1 parent 2f75dde commit 1f63891
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/integration/fake_git_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
{:rev "rev2"
:tag "v0.0.2"}]
"tag --sort=v:refname"
["v0.0.1"
"v0.0.2"]
#(-> % :out)))
#{"v0.0.1"
"v0.0.2"}
#(-> % :out set)))

(deftest fake-git-rev-parse-tag-test
(fake-git-test
Expand Down

0 comments on commit 1f63891

Please sign in to comment.