Skip to content

Commit 23968ac

Browse files
committed
fix
1 parent de5a817 commit 23968ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

os/test/src-jvm/ExpectyIntegration.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ object ExpectyIntegration extends TestSuite {
2424
expect(path.startsWith(os.Path("/") / "tmp"))
2525
}
2626
test("multiple args") {
27-
expect(rel / "src" / ".." == rel / "src" / os.up, root / "src/.." == root / "src" / os.up)
27+
expect(rel / "src" / ".." == rel / "src" / os.up, root / "src" / "../foo" == root / "src" / os.up / "foo")
2828
}
2929
}
3030
}

0 commit comments

Comments
 (0)