Skip to content

Commit

Permalink
clear comment
Browse files Browse the repository at this point in the history
  • Loading branch information
beer-1 committed Nov 11, 2024
1 parent 12bf786 commit e77f700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/gov/abci_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ func TestEmergencyProposal_Rejected_VotingPeriodOver(t *testing.T) {
require.NoError(t, err)
require.Equal(t, proposal.Status, v1.StatusVotingPeriod)

// voting period is over; so proposal should be finished
// Voting period is over; the proposal should be finished
newHeader = ctx.BlockHeader()
newHeader.Time = ctx.BlockHeader().Time.Add(votingPeriod)
ctx = ctx.WithBlockHeader(newHeader)
Expand Down

0 comments on commit e77f700

Please sign in to comment.