Skip to content

Commit

Permalink
Update tests/integration/double_vote.go
Browse files Browse the repository at this point in the history
Co-authored-by: insumity <insumity@users.noreply.github.com>
  • Loading branch information
sainoe and insumity committed Nov 16, 2023
1 parent eabf667 commit 6c3d1b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/double_vote.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
)

// TestHandleConsumerDoubleVoting verifies that handling a double voting evidence
// of a consumer chain results in the expected tombstoning and jailing the misbehaved validator
// of a consumer chain results in the expected tombstoning, jailing, and slashing of the misbehaved validator
func (s *CCVTestSuite) TestHandleConsumerDoubleVoting() {
s.SetupCCVChannel(s.path)
// required to have the consumer client revision height greater than 0
Expand Down

0 comments on commit 6c3d1b5

Please sign in to comment.