You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ω(ig.FailureMessage).Should(ContainSubstring("The function passed to Eventually failed at %s:%d with:\nExpected\n <int>: ", file, line+3))
758
758
Ω(ig.FailureMessage).Should(ContainSubstring("to be <\n <int>: 3"))
759
-
Ω(ig.FailureMessage).Should(ContainSubstring("At one point, however, the function did return successfully. But Eventually failed because the matcher was not satisfied:\nExpected\n <int>: 2\nto equal\n <int>: 10"))
759
+
Ω(ig.FailureMessage).Should(ContainSubstring("At one point, however, the function did return successfully.\nYet, Eventually failed because the matcher was not satisfied:\nExpected\n <int>: 2\nto equal\n <int>: 10"))
760
760
})
761
761
})
762
762
@@ -1445,7 +1445,7 @@ sprocket:
1445
1445
1446
1446
Ω(ig.FailureMessage).Should(ContainSubstring("Timed out after"))
1447
1447
Ω(ig.FailureMessage).Should(ContainSubstring("told to try again after 10s: bam"))
1448
-
Ω(ig.FailureMessage).Should(ContainSubstring("At one point, however, the function did return successfully. But Eventually failed because the matcher was not satisfied:\nExpected\n <int>: 2\nto equal\n <int>: 4"))
1448
+
Ω(ig.FailureMessage).Should(ContainSubstring("At one point, however, the function did return successfully.\nYet, Eventually failed because the matcher was not satisfied:\nExpected\n <int>: 2\nto equal\n <int>: 4"))
1449
1449
})
1450
1450
})
1451
1451
@@ -1592,7 +1592,7 @@ sprocket:
1592
1592
returnfalse, nil
1593
1593
}), "My Description")
1594
1594
Ω(ig.FailureMessage).Should(ContainSubstring("My Description\nThe function passed to Eventually returned the following error:\nactual-err\n <*errors.errorString"))
1595
-
Ω(ig.FailureMessage).Should(ContainSubstring("At one point, however, the function did return successfully. But Eventually failed because the matcher returned the following error:\nmatcher-err"))
1595
+
Ω(ig.FailureMessage).Should(ContainSubstring("At one point, however, the function did return successfully.\nYet, Eventually failed because the matcher returned the following error:\nmatcher-err"))
1596
1596
})
1597
1597
})
1598
1598
@@ -1611,7 +1611,7 @@ sprocket:
1611
1611
returnactualInt>3, nil
1612
1612
}), "My Description")
1613
1613
Ω(ig.FailureMessage).Should(ContainSubstring("My Description\nThe function passed to Eventually returned the following error:\nactual-err\n <*errors.errorString"))
1614
-
Ω(ig.FailureMessage).Should(ContainSubstring("At one point, however, the function did return successfully. But Eventually failed because the matcher was not satisfied:\nQM failure message: 3"))
1614
+
Ω(ig.FailureMessage).Should(ContainSubstring("At one point, however, the function did return successfully.\nYet, Eventually failed because the matcher was not satisfied:\nQM failure message: 3"))
0 commit comments