We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e4a5f3 commit 8f58a1eCopy full SHA for 8f58a1e
retry_test.go
@@ -526,7 +526,6 @@ func TestUnwrap(t *testing.T) {
526
assert.Equal(t, testError, errors.Unwrap(err))
527
}
528
529
-
530
func BenchmarkDo(b *testing.B) {
531
testError := errors.New("test error")
532
@@ -562,4 +561,4 @@ func TestIsRecoverable(t *testing.T) {
562
561
563
err = fmt.Errorf("wrapping: %w", err)
564
assert.False(t, IsRecoverable(err))
565
-}
+}
0 commit comments