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 dae0d33 commit c40e1c5Copy full SHA for c40e1c5
src/test/java/io/ipfs/api/RecursiveAddTest.java
@@ -18,7 +18,7 @@ public void testAdd() throws Exception {
18
String TEST_HASH = "QmWVMRbFTrA6pMhsfXzsyoWqmrhy5FPd4VitfX79R5bguw";
19
20
System.out.println("ipfs version: " + ipfs.version());
21
- System.out.println("pwd: " + new File("").getPath());
+ System.out.println("pwd: " + new File("").getAbsolutePath());
22
23
Path path = Paths.get("src/test/resources/html");
24
MerkleNode node = ipfs.add(new NamedStreamable.FileWrapper(path.toFile())).get(0);
0 commit comments