summaryrefslogtreecommitdiff
path: root/vendor/github.com/onsi/gomega/gomega_dsl.go
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-11-07 18:34:33 +0100
committerGitHub <noreply@github.com>2019-11-07 18:34:33 +0100
commit20c8a01af192db69264aa44f46193552206fa427 (patch)
tree3949ae9081d9da126dab120d4355105578a4ff4c /vendor/github.com/onsi/gomega/gomega_dsl.go
parent8f3b0f0d9e5f5131ef294ea0de57e10c05e5b921 (diff)
parent289c20737bf10f70ac1d94b71a7d9d4cb8e2eb77 (diff)
downloadpodman-20c8a01af192db69264aa44f46193552206fa427.tar.gz
podman-20c8a01af192db69264aa44f46193552206fa427.tar.bz2
podman-20c8a01af192db69264aa44f46193552206fa427.zip
Merge pull request #4413 from containers/dependabot/go_modules/github.com/onsi/gomega-1.7.1
Bump github.com/onsi/gomega from 1.7.0 to 1.7.1
Diffstat (limited to 'vendor/github.com/onsi/gomega/gomega_dsl.go')
-rw-r--r--vendor/github.com/onsi/gomega/gomega_dsl.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/onsi/gomega/gomega_dsl.go b/vendor/github.com/onsi/gomega/gomega_dsl.go
index b145768cf..85505f2ec 100644
--- a/vendor/github.com/onsi/gomega/gomega_dsl.go
+++ b/vendor/github.com/onsi/gomega/gomega_dsl.go
@@ -24,7 +24,7 @@ import (
"github.com/onsi/gomega/types"
)
-const GOMEGA_VERSION = "1.7.0"
+const GOMEGA_VERSION = "1.7.1"
const nilFailHandlerPanic = `You are trying to make an assertion, but Gomega's fail handler is nil.
If you're using Ginkgo then you probably forgot to put your assertion in an It().