From dfa64ca7f0cc86a532068a4d195d8b9fa6cb09d5 Mon Sep 17 00:00:00 2001 From: Philip Offtermatt Date: Tue, 23 Jul 2024 17:12:33 +0200 Subject: [PATCH] Fix repeated 'or' --- tests/integration/misbehaviour.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/misbehaviour.go b/tests/integration/misbehaviour.go index 9677a52bc8..8f760b1bd0 100644 --- a/tests/integration/misbehaviour.go +++ b/tests/integration/misbehaviour.go @@ -390,7 +390,7 @@ func (s *CCVTestSuite) TestGetByzantineValidators() { // * passing a misbehaviour older than the min equivocation evidence height (returns an error) // * one header of the misbehaviour has insufficient voting power (returns an error) // * passing a valid misbehaviour (no error) -// It does not test actually submitting the misbehaviour to the chain or or freezing the client. +// It does not test actually submitting the misbehaviour to the chain or freezing the client. func (s *CCVTestSuite) TestCheckMisbehaviour() { s.SetupCCVChannel(s.path) // required to have the consumer client revision height greater than 0