diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-10-15 07:35:23 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-15 07:35:23 -0400 |
commit | d7a1e3fe2ab4e351c31645145526b02a4ae2709e (patch) | |
tree | c091e1935fb03c91131ea944beb725f6979022c0 /vendor/github.com/onsi/gomega/gomega_dsl.go | |
parent | ef7f584acf65692a6b2a11a352a8d09d8a604ff6 (diff) | |
parent | 9066292ee4015d6a3971acd1a69f15941128ed0f (diff) | |
download | podman-d7a1e3fe2ab4e351c31645145526b02a4ae2709e.tar.gz podman-d7a1e3fe2ab4e351c31645145526b02a4ae2709e.tar.bz2 podman-d7a1e3fe2ab4e351c31645145526b02a4ae2709e.zip |
Merge pull request #8003 from containers/dependabot/go_modules/github.com/onsi/gomega-1.10.3
Bump github.com/onsi/gomega from 1.10.2 to 1.10.3
Diffstat (limited to 'vendor/github.com/onsi/gomega/gomega_dsl.go')
-rw-r--r-- | vendor/github.com/onsi/gomega/gomega_dsl.go | 2 |
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 b416d20cc..4af1a8c01 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.10.2" +const GOMEGA_VERSION = "1.10.3" 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(). |