Skip to content

Commit

Permalink
fix wasm test NoReturnData
Browse files Browse the repository at this point in the history
  • Loading branch information
slandymani committed Jan 10, 2024
1 parent 8e3e79d commit 22b25fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/oracle/keeper/owasm_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ func TestResolveRequestNoReturnData(t *testing.T) {
3, BasicCalldata, []sdk.ValAddress{testapp.Validators[0].ValAddress, testapp.Validators[1].ValAddress}, 1,
42, testapp.ParseTime(1581589790), BasicClientID, []oracletypes.RawRequest{
oracletypes.NewRawRequest(1, 1, []byte("beeb")),
}, nil, 0,
}, nil, 1,
))
k.SetReport(ctx, 42, oracletypes.NewReport(
testapp.Validators[0].ValAddress, true, []oracletypes.RawReport{
Expand Down

0 comments on commit 22b25fb

Please sign in to comment.