Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[chore] Force require.EventuallyWithT to fail properly (open-telemetr…
…y#35032) I noticed on open-telemetry#34720 and open-telemetry#35026 that execution of the test continued beyond a failure of `require.EventuallyWithT`. Based on the description alone, I would expect that using `assert` within `require.EventuallyWithT` should cause execution to stop if the assertion fails, but it appears this may not be the case. However, this change apparently works as intended.
- Loading branch information