Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Dec 7, 2024
1 parent da0f8f7 commit d41e6b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/babashka/neil/dep_upgrade_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@
(is (not (:git/tag kondo-upgrade)) ", there is no tag.")))

(testing "when --unstable is set, upgrade to unstable hiccup versions"
(is (= {:mvn/version "2.0.0-RC3"}
(is (= {:mvn/version "2.0.0-RC4"}
(neil/dep->upgrade {:lib 'hiccup/hiccup
:current {:mvn/version "1.0.0"}
:unstable true})))))
Expand Down

0 comments on commit d41e6b5

Please sign in to comment.