gabrieljackson / mattermost-plugin-wrangler

Manage Mattermost Messages Masterfully!
Apache License 2.0
48 stars 13 forks source link

testify/mock.AnythingOfTypeArgument is deprecated #175

Closed dolmen closed 3 months ago

dolmen commented 4 months ago

I'm a co-maintainer of github.com/stretchr/testify. In v1.9.0 we have deprecated mock.AnythingOfTypeArgument.

I had a look at this project. All instances of mock.AnythingOfTypeArgument must just be replaced by mock.AnythingOfType. That fix will work both with v1.9.0 and with previous releases of testify.

gabrieljackson commented 4 months ago

Thanks for letting me know! I will be sure to update this before updating testify again.