Skip to content

Commit

Permalink
Merge pull request #49 from ipfs/fix-staticcheck
Browse files Browse the repository at this point in the history
fix staticcheck
  • Loading branch information
marten-seemann authored May 13, 2021
2 parents 7453661 + 691f6df commit ddf38bb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ds_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,9 @@ func TestDiskUsage(t *testing.T) {
}

du2, err := d.DiskUsage()
if err != nil {
t.Fatal(err)
}
if du2 <= du {
t.Fatal("size should have increased")
}
Expand Down

0 comments on commit ddf38bb

Please sign in to comment.