-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: standardize Eventually() calls in auth tests (#67)
Without using `g Gomega` argument for matchers, assertions done in blocks such as `Eventually()` or `Consistently()` can fail on the first run resulting in flaky tests. More details can be found in the [Gomega docs](https://onsi.github.io/gomega/#category-3-making-assertions-eminem-the-function-passed-into-codeeventuallycode).
- Loading branch information
1 parent
f05c502
commit 8d4d857
Showing
1 changed file
with
18 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters