Skip to content

Commit

Permalink
Update x/gov/keeper/tally_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Giuseppe Natale <[email protected]>
  • Loading branch information
tbruyelle and giunatale authored Sep 10, 2024
1 parent 5190b4b commit a804840
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 @@ -213,7 +213,7 @@ func TestTally(t *testing.T) {
},
},
{
name: "validator votes yes, don't inherit delegations",
name: "validator votes yes, doesn't inherit delegations",
setup: func(s *tallyFixture) {
s.delegate(s.delAddrs[0], s.valAddrs[0], 2)
s.delegate(s.delAddrs[1], s.valAddrs[0], 2)
Expand Down

0 comments on commit a804840

Please sign in to comment.