We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23968ac commit 9ae4b3bCopy full SHA for 9ae4b3b
os/test/src-jvm/ExpectyIntegration.scala
@@ -24,7 +24,10 @@ object ExpectyIntegration extends TestSuite {
24
expect(path.startsWith(os.Path("/") / "tmp"))
25
}
26
test("multiple args") {
27
- expect(rel / "src" / ".." == rel / "src" / os.up, root / "src" / "../foo" == root / "src" / os.up / "foo")
+ expect(
28
+ rel / "src" / ".." == rel / "src" / os.up,
29
+ root / "src" / "../foo" == root / "src" / os.up / "foo"
30
+ )
31
32
33
0 commit comments