Skip to content

Commit 6c40aa9

Browse files
committed
use three slashes in uri
1 parent cc96b77 commit 6c40aa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/cryptomator/integrations/mount/MountpointTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public void testForPath() {
2121

2222
if (mountPoint instanceof Mountpoint.WithPath m) {
2323
Assertions.assertEquals(path, m.path());
24-
Assertions.assertEquals(URI.create("file:/foo/bar"), mountPoint.uri());
24+
Assertions.assertEquals(URI.create("file:///foo/bar"), mountPoint.uri());
2525
} else {
2626
Assertions.fail();
2727
}

0 commit comments

Comments
 (0)