This repository was archived by the owner on Feb 12, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -233,7 +233,7 @@ describe('files', () => runOnAndOff((thing) => {
233
233
return ipfs ( 'add test/fixtures/greater-than-default-max-chunk-size --cid-version=1' )
234
234
. then ( ( out ) => {
235
235
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' )
237
237
} )
238
238
} )
239
239
@@ -253,7 +253,7 @@ describe('files', () => runOnAndOff((thing) => {
253
253
return ipfs ( `add test/fixtures/greater-than-default-max-chunk-size --cid-version=1 --raw-leaves=false` )
254
254
. then ( ( out ) => {
255
255
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' )
257
257
} )
258
258
} )
259
259
@@ -273,7 +273,7 @@ describe('files', () => runOnAndOff((thing) => {
273
273
return ipfs ( 'add test/fixtures/greater-than-default-max-chunk-size --cid-version=1 --raw-leaves=true' )
274
274
. then ( ( out ) => {
275
275
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' )
277
277
} )
278
278
} )
279
279
You can’t perform that action at this time.
0 commit comments