Codebase list golang-gomega / 40d0cc9
v1.22.1 Onsi Fakhouri 1 year, 6 months ago
2 changed file(s) with 10 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
0 ## 1.22.1
1
2 ## Fixes
3 - When passed a context and no explicit timeout, Eventually will only timeout when the context is cancelled [e5105cf]
4 - Allow StopTrying() to be wrapped [bf3cba9]
5
6 ## Maintenance
7 - bump to ginkgo v2.3.0 [c5d5c39]
8
09 ## 1.22.0
110
211 ### Features
2121 "github.com/onsi/gomega/types"
2222 )
2323
24 const GOMEGA_VERSION = "1.22.0"
24 const GOMEGA_VERSION = "1.22.1"
2525
2626 const nilGomegaPanic = `You are trying to make an assertion, but haven't registered Gomega's fail handler.
2727 If you're using Ginkgo then you probably forgot to put your assertion in an It().