summaryrefslogtreecommitdiff
path: root/vendor/github.com/stretchr/testify/require/requirements.go
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-11-25 11:14:48 +0000
committerLibravatar GitHub <noreply@github.com>2024-11-25 11:14:48 +0000
commit934e895ec06acc41a8cf22e3462e7ed1edcf994e (patch)
tree336547b3400765a1d649fc50de4c077fe06ff5ef /vendor/github.com/stretchr/testify/require/requirements.go
parent[chore] Update gorilla/websocket (#3561) (diff)
downloadgotosocial-934e895ec06acc41a8cf22e3462e7ed1edcf994e.tar.xz
[chore]: Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#3564)
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.9.0 to 1.10.0. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](https://github.com/stretchr/testify/compare/v1.9.0...v1.10.0) --- updated-dependencies: - dependency-name: github.com/stretchr/testify dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'vendor/github.com/stretchr/testify/require/requirements.go')
-rw-r--r--vendor/github.com/stretchr/testify/require/requirements.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/stretchr/testify/require/requirements.go b/vendor/github.com/stretchr/testify/require/requirements.go
index 91772dfeb..6b7ce929e 100644
--- a/vendor/github.com/stretchr/testify/require/requirements.go
+++ b/vendor/github.com/stretchr/testify/require/requirements.go
@@ -6,7 +6,7 @@ type TestingT interface {
FailNow()
}
-type tHelper interface {
+type tHelper = interface {
Helper()
}