Skip to content

Commit

Permalink
v1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
onsi committed Aug 5, 2021
1 parent 751b15f commit 4998c3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gomega_dsl.go
Expand Up @@ -279,7 +279,7 @@ When testing complex systems it can be valuable to assert that a _set_ of assert
Here's an example that makes some asssertions and returns a value and error:
Eventually(func(g Gomega) (Wiget, error) {
Eventually(func(g Gomega) (Widget, error) {
ids, err := client.FetchIDs()
g.Expect(err).NotTo(HaveOccurred())
g.Expect(ids).To(ContainElement(1138))
Expand Down

0 comments on commit 4998c3a

Please sign in to comment.