Use new test contract with failure modes, and fix all calls
This commit is contained in:
@@ -239,7 +239,7 @@ func TestHandleExecute(t *testing.T) {
|
||||
execCmd := MsgExecuteContract{
|
||||
Sender: fred,
|
||||
Contract: contractAddr,
|
||||
Msg: []byte("{}"),
|
||||
Msg: []byte(`{"release":{}}`),
|
||||
SentFunds: topUp,
|
||||
}
|
||||
res, err = h(data.ctx, execCmd)
|
||||
|
||||
Reference in New Issue
Block a user