From b8a773da0a9f89faf7128d02836d4a88b8945c59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Magiera?= Date: Fri, 26 Oct 2018 17:04:13 +0200 Subject: [PATCH] files2.0: Rebase gx fixes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit License: MIT Signed-off-by: Ɓukasz Magiera --- core/coreapi/unixfs_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/coreapi/unixfs_test.go b/core/coreapi/unixfs_test.go index a3949072a..8b773dd96 100644 --- a/core/coreapi/unixfs_test.go +++ b/core/coreapi/unixfs_test.go @@ -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)}, },