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 860341e commit 02a30e7Copy full SHA for 02a30e7
src/test/java/io/ipfs/api/APITest.java
@@ -26,7 +26,7 @@ public void dag() throws IOException {
26
byte[] object = original.getBytes();
27
MerkleNode put = ipfs.dag.put("json", object);
28
29
- Cid expected = Cid.decode("zdpuAs3whHmb9T1NkHSLGF45ykcKrEBxSLiEx6YpLzmKbQLEB");
+ Cid expected = Cid.decode("bafyreidbm2zncsc3j25zn7lofgd4woeh6eygdy73thfosuni2rwr3bhcvu");
30
31
Multihash result = put.hash;
32
Assert.assertTrue("Correct cid returned", result.equals(expected));
0 commit comments