Skip to content

Commit

Permalink
fck
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Jan 3, 2024
1 parent 617df42 commit 0a51aed
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 @@ -240,7 +240,7 @@
clojure2d/clojure2d {:mvn/version \"1.4.4\"
:exclusions [org.apache.xmlgraphics/batik-transcoder]}
}}")
(test-util/neil "dep dep upgrade" :deps-file test-file-path)
(test-util/neil "dep upgrade" :deps-file test-file-path)
(let [clojure2d-exclusions (fn [] (:exclusions (get-dep-version 'clojure2d/clojure2d)))]
(is (clojure2d-exclusions) "Exclusions are present before upgrading")
(test-util/neil "dep upgrade" :deps-file test-file-path)
Expand Down

0 comments on commit 0a51aed

Please sign in to comment.