mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-06 00:38:08 +08:00
files2.0: Rebase gx fixes
License: MIT Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
This commit is contained in:
parent
a96b370ee2
commit
b8a773da0a
@ -298,7 +298,7 @@ func TestAdd(t *testing.T) {
|
||||
data: func() files.File {
|
||||
return files.NewReaderFile(ioutil.NopCloser(strings.NewReader(helloStr)), nil)
|
||||
},
|
||||
wrap: "foo",
|
||||
wrap: "foo",
|
||||
expect: wrapped("foo"),
|
||||
opts: []options.UnixfsAddOption{options.Unixfs.Wrap(true)},
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user