We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 751b15f commit 4998c3aCopy full SHA for 4998c3a
gomega_dsl.go
@@ -279,7 +279,7 @@ When testing complex systems it can be valuable to assert that a _set_ of assert
279
280
Here's an example that makes some asssertions and returns a value and error:
281
282
- Eventually(func(g Gomega) (Wiget, error) {
+ Eventually(func(g Gomega) (Widget, error) {
283
ids, err := client.FetchIDs()
284
g.Expect(err).NotTo(HaveOccurred())
285
g.Expect(ids).To(ContainElement(1138))
0 commit comments