File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 101
101
"ipfs-multipart" : " ^0.3.0" ,
102
102
"ipfs-repo" : " ^0.30.1" ,
103
103
"ipfs-unixfs" : " ^1.0.0" ,
104
- "ipfs-unixfs-exporter" : " ^1.0.0 " ,
105
- "ipfs-unixfs-importer" : " ^1.0.0 " ,
104
+ "ipfs-unixfs-exporter" : " ^1.0.1 " ,
105
+ "ipfs-unixfs-importer" : " ^1.0.1 " ,
106
106
"ipfs-utils" : " ^0.7.2" ,
107
107
"ipld" : " ^0.25.0" ,
108
108
"ipld-bitcoin" : " ^0.3.0" ,
182
182
"go-ipfs-dep" : " 0.4.23-3" ,
183
183
"hat" : " 0.0.3" ,
184
184
"interface-ipfs-core" : " ^0.132.0" ,
185
- "ipfs-interop" : " github:ipfs/interop#disable-small-file-with-raw-leaves-test " ,
185
+ "ipfs-interop" : " ^1.0.0 " ,
186
186
"ipfsd-ctl" : " ^3.0.0" ,
187
187
"it-first" : " ^1.0.1" ,
188
188
"ncp" : " ^2.0.0" ,
Original file line number Diff line number Diff line change @@ -39,8 +39,8 @@ describe('files', function () {
39
39
} ) )
40
40
41
41
expect ( files . length ) . to . equal ( 1 )
42
- expect ( files [ 0 ] . cid . toString ( ) ) . to . equal ( 'bafybeide2caf5we5a7izifzwzz5ds2gla67vsfgrzvbzpnyyirnfzgwf5e ' )
43
- expect ( files [ 0 ] . size ) . to . equal ( 11 )
42
+ expect ( files [ 0 ] . cid . toString ( ) ) . to . equal ( 'bafkreifojmzibzlof6xyh5auu3r5vpu5l67brf3fitaf73isdlglqw2t7q ' )
43
+ expect ( files [ 0 ] . size ) . to . equal ( 3 )
44
44
} )
45
45
} )
46
46
} )
You can’t perform that action at this time.
0 commit comments