Skip to content

Commit

Permalink
Add timestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
chipshort committed Jul 3, 2024
1 parent f9b37ae commit fce6557
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x/wasm/keeper/handler_plugin_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ func TestIBCRawPacketHandler(t *testing.T) {
DestinationChannel: "channel-1",
Data: []byte{},
TimeoutHeight: clienttypes.Height{},
TimeoutTimestamp: 0,
TimeoutTimestamp: 1720000000000000000,
}
contractKeeper.StoreAsyncAckPacket(ctx, ackPacket)

Expand Down Expand Up @@ -384,7 +384,7 @@ func TestIBCRawPacketHandler(t *testing.T) {
assert.Nil(t, evts)
require.NotNil(t, data)
assert.Len(t, msgResponses, 1)
// assert.Equal(t, "/cosmwasm.wasm.v1.MsgIBCSendResponse", msgResponses[0][0].TypeUrl)
assert.Equal(t, "/"+proto.MessageName(spec.expResp), msgResponses[0][0].TypeUrl)

// compare expected responses
expResp, err := proto.Marshal(spec.expResp)
Expand Down

0 comments on commit fce6557

Please sign in to comment.