Skip to content

Commit

Permalink
Fix repeated 'or'
Browse files Browse the repository at this point in the history
  • Loading branch information
p-offtermatt committed Jul 23, 2024
1 parent e2eed4e commit dfa64ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/misbehaviour.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dfa64ca

Please sign in to comment.