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 db7f856 commit c736528Copy full SHA for c736528
src/test/java/org/carlspring/cloud/storage/s3fs/path/ResolveTest.java
@@ -89,7 +89,7 @@ void nonS3Paths()
89
assertEquals("s3://s3.test.amazonaws.com/bucket/./rabbit%20in%20space", resolved.toString());
90
91
IllegalArgumentException e = assertThrows(IllegalArgumentException.class, () ->
92
- parent.resolve(Paths.get("/tmp")));
+ parent.resolve(Paths.get("tempDirectory").toAbsolutePath()));
93
assertEquals("other must be an instance of org.carlspring.cloud.storage.s3fs.S3Path or a relative Path", e.getMessage());
94
}
95
0 commit comments