Skip to content

Commit

Permalink
chore: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
zsystm committed Sep 6, 2024
1 parent 83ce318 commit fe51c3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/x/evmengine/keeper/upgrades_internal_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,6 @@ func TestKeeper_ProcessUpgradeEvents(t *testing.T) {
if tc.expectedErr != "" {
require.Error(t, err)
require.Contains(t, err.Error(), tc.expectedErr)
return
} else {
require.NoError(t, err)
}
Expand All @@ -252,6 +251,7 @@ func TestKeeper_ProcessUpgradeEvents(t *testing.T) {
}

func setupTestEnvironment(t *testing.T) (*Keeper, sdk.Context, *gomock.Controller, *moduletestutil.MockUpgradeKeeper) {
t.Helper()
cdc := getCodec(t)
txConfig := authtx.NewTxConfig(cdc, nil)
mockEngine, err := newMockEngineAPI(0)
Expand Down

0 comments on commit fe51c3f

Please sign in to comment.