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 8ae7b2f commit 22a9febCopy full SHA for 22a9feb
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## 1.8.1
2
+
3
+### Fixes
4
+- Fix unexpected MatchError() behaviour (#375) [8ae7b2f]
5
6
## 1.8.0
7
8
### Features
gomega_dsl.go
@@ -24,7 +24,7 @@ import (
24
"github.com/onsi/gomega/types"
25
)
26
27
-const GOMEGA_VERSION = "1.8.0"
+const GOMEGA_VERSION = "1.8.1"
28
29
const nilFailHandlerPanic = `You are trying to make an assertion, but Gomega's fail handler is nil.
30
If you're using Ginkgo then you probably forgot to put your assertion in an It().
0 commit comments