Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit 68420ff

Browse files
committed
fix: fix cids
1 parent 63c783b commit 68420ff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/cli/files.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ describe('files', () => runOnAndOff((thing) => {
233233
return ipfs('add test/fixtures/greater-than-default-max-chunk-size --cid-version=1')
234234
.then((out) => {
235235
expect(out)
236-
.to.eql('added zdj7WbyyZoWVifUHUe58SNS184PpN8qAuCP6HpAY91iA8CveT greater-than-default-max-chunk-size\n')
236+
.to.eql('added zdj7We8b7taMubqinMgnZ9HFUiv17bm5zjJkYnqpfxXhqx5sY greater-than-default-max-chunk-size\n')
237237
})
238238
})
239239

@@ -253,7 +253,7 @@ describe('files', () => runOnAndOff((thing) => {
253253
return ipfs(`add test/fixtures/greater-than-default-max-chunk-size --cid-version=1 --raw-leaves=false`)
254254
.then((out) => {
255255
expect(out)
256-
.to.eql('added zdj7WmYojH6vMkDQFNDNwUy2ZawrggqAhS6jjRJwb1C4KXZni greater-than-default-max-chunk-size\n')
256+
.to.eql('added zdj7WW4sSVxNKLJXQSzy3RD7msG3SS4WgdGEdJzDZ7swYv65p greater-than-default-max-chunk-size\n')
257257
})
258258
})
259259

@@ -273,7 +273,7 @@ describe('files', () => runOnAndOff((thing) => {
273273
return ipfs('add test/fixtures/greater-than-default-max-chunk-size --cid-version=1 --raw-leaves=true')
274274
.then((out) => {
275275
expect(out)
276-
.to.eql('added zdj7WbyyZoWVifUHUe58SNS184PpN8qAuCP6HpAY91iA8CveT greater-than-default-max-chunk-size\n')
276+
.to.eql('added zdj7We8b7taMubqinMgnZ9HFUiv17bm5zjJkYnqpfxXhqx5sY greater-than-default-max-chunk-size\n')
277277
})
278278
})
279279

0 commit comments

Comments
 (0)