Skip to content

Commit

Permalink
fix test for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Jan 9, 2025
1 parent 063e00b commit ed77224
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/babashka/fs_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -841,5 +841,4 @@
path-in-zip (.getPath ^java.nio.file.FileSystem fs "/bencode" (into-array String []))
zip-path (fs/path path-in-zip "core.clj")]
(is zip-path)
(is (= "/bencode/core.clj" (str zip-path)))
(is (instance? jdk.nio.zipfs.ZipPath zip-path))))
(is (= "/bencode/core.clj" (str zip-path)))))

0 comments on commit ed77224

Please sign in to comment.