@cryptotaxi247 / kubo / commits / b8a773da0

files2.0: Rebase gx fixes

License: MIT Signed-off-by: Łukasz Magiera <magik6k@gmail.com>

Łukasz Magiera committed Oct 26, 2018 at 17:04 UTC b8a773da0a9f89faf7128d02836d4a88b8945c59
1 file changed +1 -1
core/coreapi/unixfs_test.go
+1 -1
@@ -298,7 +298,7 @@ func TestAdd(t *testing.T) {
298 data: func() files.File {
299 return files.NewReaderFile(ioutil.NopCloser(strings.NewReader(helloStr)), nil)
300 },
301 - wrap: "foo",
301 + wrap: "foo",
302 expect: wrapped("foo"),
303 opts: []options.UnixfsAddOption{options.Unixfs.Wrap(true)},
304 },