From 6c3d1b5f507f16bb81f87ede95d16cefe4f70ced Mon Sep 17 00:00:00 2001 From: Simon Noetzlin Date: Thu, 16 Nov 2023 14:41:46 +0100 Subject: [PATCH] Update tests/integration/double_vote.go Co-authored-by: insumity --- tests/integration/double_vote.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/double_vote.go b/tests/integration/double_vote.go index 4eba0fde3b..a4aa535859 100644 --- a/tests/integration/double_vote.go +++ b/tests/integration/double_vote.go @@ -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