You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking at the Cosmos SDK codebase it looks like they've swapped all the SetupTestInput methods for easier-to-understand testify.Suite implementations.
I think we should adopt the same strategy, making the tests easier to setup and maintain.
The text was updated successfully, but these errors were encountered:
Looking at the Cosmos SDK codebase it looks like they've swapped all the
SetupTestInput
methods for easier-to-understandtestify.Suite
implementations.I think we should adopt the same strategy, making the tests easier to setup and maintain.
The text was updated successfully, but these errors were encountered: