We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
the sdk team will be replacing usage of stretchr/testify with gotest.tools/v3/assert. we should do the same to stay aligned with the sdk.
ref: cosmos/cosmos-sdk#12291 (comment)
use gotest.tools/v3/assert where for future tests and possibly update older tests.
The text was updated successfully, but these errors were encountered:
gotest.tools provides a command to automate the migration:
https://pkg.go.dev/[email protected]+incompatible/assert/cmd/gty-migrate-from-testify
Sorry, something went wrong.
No branches or pull requests
Summary
the sdk team will be replacing usage of stretchr/testify with gotest.tools/v3/assert. we should do the same to stay aligned with the sdk.
Problem Definition
ref:
cosmos/cosmos-sdk#12291 (comment)
Proposal
use gotest.tools/v3/assert where for future tests and possibly update older tests.
For Admin Use
The text was updated successfully, but these errors were encountered: