Skip to content

Commit

Permalink
fix test.
Browse files Browse the repository at this point in the history
  • Loading branch information
counter2015 committed Nov 22, 2024
1 parent 645b1f7 commit f5e9b53
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions os/test/src-jvm/ZipOpJvmTests.scala
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,10 @@ object ZipOpJvmTests extends TestSuite {
wd / "unzipped folder/nestedB",
wd / "unzipped folder/one.txt",
wd / "unzipped folder/nestedA/a.txt",
wd / "unzipped folder/nestedB/b.txt"
wd / "unzipped folder/nestedB/b.txt",
wd / "unzipped folder"
)
assert(paths.sorted == expected)
assert(paths.sorted == expected.sorted)
}

test("zipAndUnzipPreserveMtimes") - prep { wd =>
Expand Down

0 comments on commit f5e9b53

Please sign in to comment.