Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Dec 5, 2024
1 parent 9521d31 commit 29ec8bf
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions x/wasm/keeper/keeper_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2193,22 +2193,22 @@ var repliesMsgTemplate = replierExecMsg{
ExecError: false,
ReplyError: false,
Messages: []replierExecMsg{
replierExecMsg{
{
MsgId: 1,
SetDataResp: true,
ReturnOrderResp: false,
ExecError: false,
ReplyError: false,
Messages: []replierExecMsg{
replierExecMsg{
{
MsgId: 2,
SetDataResp: true,
ReturnOrderResp: false,
ExecError: false,
ReplyError: false,
Messages: []replierExecMsg{},
},
replierExecMsg{
{
MsgId: 3,
SetDataResp: true,
ReturnOrderResp: false,
Expand Down Expand Up @@ -2254,7 +2254,6 @@ func TestMultipleReplies(t *testing.T) {
require.NoError(t, err)
require.NotNil(t, res)
assert.Equal(t, res, []byte{0xa, 0x6, 0xa, 0x2, 0xee, 0x3, 0xbb, 0x1, 0xbb, 0x0})

}

func TestQueryIsolation(t *testing.T) {
Expand Down

0 comments on commit 29ec8bf

Please sign in to comment.