Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
zsystm committed Sep 24, 2024
1 parent 14a74d1 commit caafe45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/x/evmengine/keeper/genesis_internal_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ func TestKeeper_InitGenesis(t *testing.T) {
}
if tc.requirePanic {
require.PanicsWithError(t, tc.expectedError, func() {
keeper.InitGenesis(ctx, tc.gs())
_ = keeper.InitGenesis(ctx, tc.gs())
})
} else {
err := keeper.InitGenesis(ctx, tc.gs())
Expand Down

0 comments on commit caafe45

Please sign in to comment.