diff --git a/tests/e2e/group_test.go b/tests/e2e/group_test.go index 2cda127a..49ab9638 100644 --- a/tests/e2e/group_test.go +++ b/tests/e2e/group_test.go @@ -122,7 +122,6 @@ func TestGroupWithNewReflectContract(t *testing.T) { var groupRsp group.MsgSubmitProposalResponse require.NoError(t, chain.Codec.Unmarshal(execRsp.Data, &groupRsp)) - // require.NotEmpty(t, groupRsp.ProposalId) // and coins received recipientBalance := chain.Balance(recipientAddr, sdk.DefaultBondDenom) diff --git a/tests/e2e/reflect_helper.go b/tests/e2e/reflect_helper.go index 44235eab..f73aa111 100644 --- a/tests/e2e/reflect_helper.go +++ b/tests/e2e/reflect_helper.go @@ -60,8 +60,6 @@ func MustExecViaStargateReflectContract[T sdkMessageType](t *testing.T, chain *i // build the complete reflect message reflectSendBz := []byte(fmt.Sprintf("{\"reflect_msg\":{\"msgs\":%s}}", vmMsgs)) - // {"reflect_msg":{"msgs":[{"stargate":{"type_url":"mytype","value":"EjQ="}}]}} - t.Log(string(reflectSendBz)) execMsg := &types.MsgExecuteContract{ Sender: chain.SenderAccount.GetAddress().String(),