Use new test contract with failure modes, and fix all calls

This commit is contained in:
Ethan Frey
2020-02-07 19:04:01 +01:00
parent 678d0d7691
commit b30f96a551
6 changed files with 6 additions and 6 deletions

View File

@@ -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)