Skip to content

Commit 02a30e7

Browse files
committed
Fix dag test
1 parent 860341e commit 02a30e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public void dag() throws IOException {
2626
byte[] object = original.getBytes();
2727
MerkleNode put = ipfs.dag.put("json", object);
2828

29-
Cid expected = Cid.decode("zdpuAs3whHmb9T1NkHSLGF45ykcKrEBxSLiEx6YpLzmKbQLEB");
29+
Cid expected = Cid.decode("bafyreidbm2zncsc3j25zn7lofgd4woeh6eygdy73thfosuni2rwr3bhcvu");
3030

3131
Multihash result = put.hash;
3232
Assert.assertTrue("Correct cid returned", result.equals(expected));

0 commit comments

Comments
 (0)