Skip to content

Commit

Permalink
Merge pull request #9 from multiformats/fix-staticcheck
Browse files Browse the repository at this point in the history
fix staticcheck
  • Loading branch information
Stebalien committed May 10, 2021
2 parents 5d9803d + fe53e2a commit df9e07e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions varint_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,9 @@ func TestNotMinimalRead(t *testing.T) {
if i != 1 {
t.Error("expected varint 1")
}
if err != nil {
t.Fatal(err)
}
}

func TestUnderflow(t *testing.T) {
Expand Down

0 comments on commit df9e07e

Please sign in to comment.