Skip to content

Commit

Permalink
Fix query in stargate
Browse files Browse the repository at this point in the history
  • Loading branch information
alpe committed Nov 15, 2023
1 parent 5f0fb2a commit 2d9fbfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/starship/mvp_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ func Test2WayContract(t *testing.T) {
"validator": myExtValidatorAddr2,
},
})
assert.Equal(t, "80000000", qRsp["stake"], qRsp)
assert.Equal(t, "80000000", setup.ParseHighLow(qRsp["stake"]).Low, qRsp)
assert.Empty(t, qRsp["pending_unbonds"])
}

Expand Down

0 comments on commit 2d9fbfc

Please sign in to comment.