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 cc96b77 commit 6c40aa9Copy full SHA for 6c40aa9
src/test/java/org/cryptomator/integrations/mount/MountpointTest.java
@@ -21,7 +21,7 @@ public void testForPath() {
21
22
if (mountPoint instanceof Mountpoint.WithPath m) {
23
Assertions.assertEquals(path, m.path());
24
- Assertions.assertEquals(URI.create("file:/foo/bar"), mountPoint.uri());
+ Assertions.assertEquals(URI.create("file:///foo/bar"), mountPoint.uri());
25
} else {
26
Assertions.fail();
27
}
0 commit comments