Codebase list golang-gomega / d01bc22
v1.18.1 Onsi Fakhouri 2 years ago
2 changed file(s) with 6 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
0 ## 1.18.1
1
2 ## Fixes
3 - Add pointer support to HaveField matcher (#495) [79e41a3]
4
05 ## 1.18.0
16
27 ## Features
2121 "github.com/onsi/gomega/types"
2222 )
2323
24 const GOMEGA_VERSION = "1.18.0"
24 const GOMEGA_VERSION = "1.18.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().