summaryrefslogtreecommitdiff
path: root/vendor/github.com/stretchr
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-06-06 12:09:32 +0000
committerGitHub <noreply@github.com>2022-06-06 12:09:32 +0000
commit5c508cb4efd4c58fb77be9aad48361cad56a7fab (patch)
tree0be889e060f5394da08f3609290cc21b0cdf8dc3 /vendor/github.com/stretchr
parent60bba4f70cb64907b512e5261cc515a8b43c4318 (diff)
downloadpodman-5c508cb4efd4c58fb77be9aad48361cad56a7fab.tar.gz
podman-5c508cb4efd4c58fb77be9aad48361cad56a7fab.tar.bz2
podman-5c508cb4efd4c58fb77be9aad48361cad56a7fab.zip
Bump github.com/stretchr/testify from 1.7.1 to 1.7.2
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.7.1 to 1.7.2. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](https://github.com/stretchr/testify/compare/v1.7.1...v1.7.2) --- updated-dependencies: - dependency-name: github.com/stretchr/testify dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'vendor/github.com/stretchr')
-rw-r--r--vendor/github.com/stretchr/testify/assert/assertion_compare_can_convert.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/stretchr/testify/assert/assertion_compare_can_convert.go b/vendor/github.com/stretchr/testify/assert/assertion_compare_can_convert.go
index df22c47fc..da867903e 100644
--- a/vendor/github.com/stretchr/testify/assert/assertion_compare_can_convert.go
+++ b/vendor/github.com/stretchr/testify/assert/assertion_compare_can_convert.go
@@ -9,7 +9,7 @@ package assert
import "reflect"
-// Wrapper around reflect.Value.CanConvert, for compatability
+// Wrapper around reflect.Value.CanConvert, for compatibility
// reasons.
func canConvert(value reflect.Value, to reflect.Type) bool {
return value.CanConvert(to)