This commit is contained in:
Łukasz Magiera 2020-07-28 01:22:41 +02:00
parent 10362ab9b4
commit c133a37b7c
4 changed files with 22 additions and 23 deletions

View File

@ -174,7 +174,6 @@ func TestSenondDealRetrieval(t *testing.T, b APIBuilder, blocktime time.Duration
rand.New(rand.NewSource(int64(3))).Read(data1)
r := bytes.NewReader(data1)
fcid1, err := client.ClientImportLocal(ctx, r)
if err != nil {
t.Fatal(err)