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 26661b8 commit 762b171Copy full SHA for 762b171
CHANGELOG.md
@@ -1,3 +1,14 @@
1
+## 1.31.1
2
+
3
+### Fixes
4
+- Inverted arguments order of FailureMessage of BeComparableToMatcher [e0dd999]
5
+- Update test in case keeping msg is desired [ad1a367]
6
7
+### Maintenance
8
+- Show how to import the format sub package [24e958d]
9
+- tidy up go.sum [26661b8]
10
+- bump dependencies [bde8f7a]
11
12
## 1.31.0
13
14
### Features
gomega_dsl.go
@@ -22,7 +22,7 @@ import (
22
"github.com/onsi/gomega/types"
23
)
24
25
-const GOMEGA_VERSION = "1.31.0"
+const GOMEGA_VERSION = "1.31.1"
26
27
const nilGomegaPanic = `You are trying to make an assertion, but haven't registered Gomega's fail handler.
28
If you're using Ginkgo then you probably forgot to put your assertion in an It().
0 commit comments