Codebase list golang-gomega / v1.10.2
v1.10.2 George Blue 3 years ago
2 changed file(s) with 6 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
0 ## 1.10.2
1
2 ### Fixes
3 - Add ExpectWithOffset, EventuallyWithOffset and ConsistentlyWithOffset to WithT (#391) [990941a]
4
05 ## 1.10.1
16
27 ### Fixes
2323 "github.com/onsi/gomega/types"
2424 )
2525
26 const GOMEGA_VERSION = "1.10.1"
26 const GOMEGA_VERSION = "1.10.2"
2727
2828 const nilFailHandlerPanic = `You are trying to make an assertion, but Gomega's fail handler is nil.
2929 If you're using Ginkgo then you probably forgot to put your assertion in an It().