Skip to content

Commit

Permalink
update unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
larry0x committed Nov 29, 2022
1 parent ffceba3 commit b809ae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/gov/keeper/tally_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ func TestTallyNoQuorum(t *testing.T) {

passes, burnDeposits, tallyResults := app.GovKeeper.Tally(ctx, proposal)
require.False(t, passes)
require.True(t, burnDeposits)
require.False(t, burnDeposits) // different from native sdk, we don't burn deposit here
require.Equal(
t,
govtypes.NewTallyResult(sdk.NewInt(2), sdk.ZeroInt(), sdk.ZeroInt(), sdk.ZeroInt()),
Expand Down

0 comments on commit b809ae8

Please sign in to comment.