diff --git a/simapp/test_helpers.go b/simapp/test_helpers.go index 04b3990c0dd5..722fc2b142f9 100644 --- a/simapp/test_helpers.go +++ b/simapp/test_helpers.go @@ -62,7 +62,7 @@ func setup(withGenesis bool, invCheckPeriod uint) (*SimApp, GenesisState) { // Setup initializes a new SimApp. A Nop logger is set in SimApp. func Setup(t *testing.T, isCheckTx bool) *SimApp { - t.Helper() + t.Helper() app, genesisState := setup(!isCheckTx, 5) if !isCheckTx {