Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
zsystm committed Oct 1, 2024
1 parent a830e67 commit 3d9f342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/x/evmengine/keeper/abci_internal_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,6 @@ func TestKeeper_PostFinalize(t *testing.T) {
}
})
}

}

// appendMsgToTx appends the given message to the unpacked transaction and returns the new packed transaction bytes.
Expand Down Expand Up @@ -718,6 +717,7 @@ func (m *mockEngineAPI) GetPayloadV3(ctx context.Context, payloadID eengine.Payl
if m.getPayloadV3Func != nil {
return m.getPayloadV3Func(ctx, payloadID)
}

return m.mock.GetPayloadV3(ctx, payloadID)
}

Expand Down

0 comments on commit 3d9f342

Please sign in to comment.