Skip to content

Commit

Permalink
fix staticcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
marten-seemann committed May 5, 2021
1 parent 5d9803d commit fe53e2a
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 fe53e2a

Please sign in to comment.