Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace *testing.T with testing.TestingT
The WithDefaultRetryableErrors function now takes a testing.TestingT argument instead of *testing.T to allow for anything that implements the testing.TestingT interface to be used. This allows for GinkgoT() to be used in tests utilizing the ginkgo testing framework.
- Loading branch information