Skip to content

Commit

Permalink
fix lint warning in test
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed Jan 2, 2025
1 parent 32068b3 commit 946e86a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
:lib lib
:class-dir classes
:version version})
(let [expected-dir (jio/file local-repo (str test-org))
(let [expected-dir (jio/file local-repo test-org)
expected-jar (jio/file expected-dir test-lib version (str test-lib "-1.0.0.jar"))
expected-pom (jio/file expected-dir test-lib version (str test-lib "-1.0.0.pom"))]
(is (.exists expected-dir))
Expand Down

0 comments on commit 946e86a

Please sign in to comment.