Skip to content

Commit

Permalink
fix go vet
Browse files Browse the repository at this point in the history
This commit was moved from ipfs/go-ipfs-files@8adf174
  • Loading branch information
marten-seemann committed Jun 2, 2021
1 parent 7e3fd4f commit e43b527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/tarwriter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ func TestTarWriter(t *testing.T) {
go func() {
defer tw.Close()
if err := tw.WriteFile(tf, ""); err != nil {
t.Fatal(err)
t.Error(err)
}
}()

Expand Down

0 comments on commit e43b527

Please sign in to comment.