In removing the testify dependency and using a vendored subset (GODRIVER-2179), there were a number of calls to assert.Soon that became helpers.AssertSoon (testify has no perfectly analogous function). We should remove helpers.AssertSoon and refactor all calls to use assert.Eventually.
- has to be done after
-
GODRIVER-2179 Replace testutil/assert with testify/assert
- Closed