Skip to content

Commit

Permalink
bring EOF newline back
Browse files Browse the repository at this point in the history
  • Loading branch information
dillonstreator committed Apr 22, 2023
1 parent 8e4a5f3 commit 8f58a1e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions retry_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,6 @@ func TestUnwrap(t *testing.T) {
assert.Equal(t, testError, errors.Unwrap(err))
}


func BenchmarkDo(b *testing.B) {
testError := errors.New("test error")

Expand Down Expand Up @@ -562,4 +561,4 @@ func TestIsRecoverable(t *testing.T) {

err = fmt.Errorf("wrapping: %w", err)
assert.False(t, IsRecoverable(err))
}
}

0 comments on commit 8f58a1e

Please sign in to comment.