Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change AnythingOfTypeArgument to AnythingOfType #117

Merged
merged 1 commit into from
Jun 10, 2024

Conversation

mickmister
Copy link
Contributor

@mickmister mickmister commented Jun 10, 2024

The github.com/stretchr/testify package has deprecated mock.AnythingOfTypeArgument. All instances of mock.AnythingOfTypeArgument must just be replaced by mock.AnythingOfType.

Fixes #108

@mickmister mickmister merged commit 4eebd6f into master Jun 10, 2024
3 checks passed
@mickmister mickmister deleted the change-AnythingOfTypeArgument branch June 10, 2024 20:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

testify/mock.AnythingOfTypeArgument is deprecated
1 participant