chore: Replace testify with gotest.tools in bank integration tests (#14477)

Co-authored-by: atheeshp <59333759+atheeshp@users.noreply.github.com>
This commit is contained in:
Likhita Polavarapu
2023-01-11 16:16:28 +01:00
committed by GitHub
co-authored by atheeshp
parent f7ead8cbd8
commit f590f290fc
3 changed files with 824 additions and 660 deletions
+2
View File
@@ -65,6 +65,8 @@ func (m *TestAnyResponse) UnpackInterfaces(unpacker types.AnyUnpacker) error {
// 2. That the gas consumption of the query is the same. When
// `gasOverwrite` is set to true, we also check that this consumed
// gas value is equal to the hardcoded `gasConsumed`.
//
// TODO: replace "github.com/stretchr/testify/require" with "gotest.tools/v3"
func DeterministicIterations[request proto.Message, response proto.Message](
ctx sdk.Context,
require *require.Assertions,