Skip to content

Commit

Permalink
Update consumer/consumererror/permanenterror_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Matthew Wear <matthew.wear@gmail.com>
  • Loading branch information
joe-elliott and mwear committed Feb 13, 2021
1 parent 8489c06 commit 4cb6d71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion consumer/consumererror/permanenterror_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ func TestPermanent(t *testing.T) {
func TestIsPermanent_NilError(t *testing.T) {
var err error
require.False(t, IsPermanent(err))
}
}

0 comments on commit 4cb6d71

Please sign in to comment.