Skip to content

Commit c40e1c5

Browse files
committed
print working directory in failing test, again
1 parent dae0d33 commit c40e1c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/io/ipfs/api/RecursiveAddTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public void testAdd() throws Exception {
1818
String TEST_HASH = "QmWVMRbFTrA6pMhsfXzsyoWqmrhy5FPd4VitfX79R5bguw";
1919

2020
System.out.println("ipfs version: " + ipfs.version());
21-
System.out.println("pwd: " + new File("").getPath());
21+
System.out.println("pwd: " + new File("").getAbsolutePath());
2222

2323
Path path = Paths.get("src/test/resources/html");
2424
MerkleNode node = ipfs.add(new NamedStreamable.FileWrapper(path.toFile())).get(0);

0 commit comments

Comments
 (0)