Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixup! PR comments
  • Loading branch information
deansheather committed Aug 18, 2025
commit a6acb609fb07c7855cdb13038fb6495dcaae9b4b
2 changes: 1 addition & 1 deletion testutil/retry.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ func RunRetry(ctx context.Context, t *testing.T, count int, fn func(t testing.TB
}

// fakeT is a fake implementation of testing.TB that never fails and only logs
// errors. Fatal errors will cause the goroutine to exit without failing the'
// errors. Fatal errors will cause the goroutine to exit without failing the
// test.
type fakeT struct {
*testing.T
Expand Down
Loading