Skip to content

Commit

Permalink
Update tests/integration/misbehaviour.go
Browse files Browse the repository at this point in the history
Co-authored-by: insumity <[email protected]>
  • Loading branch information
sainoe and insumity authored Nov 10, 2023
1 parent 1c0947f commit d8cff59
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 @@ -262,7 +262,7 @@ func (s *CCVTestSuite) TestGetByzantineValidators() {
s.Equal(len(tc.expByzantineValidators), len(byzantineValidators))

// For both lunatic and equivocation attacks, all the validators
// who signed the bad header and didn't vote nil should be returned
// who signed both headers and didn't vote nil should be returned
if len(tc.expByzantineValidators) > 0 {
expValset := tmtypes.NewValidatorSet(tc.expByzantineValidators)
s.NoError(err)
Expand Down

0 comments on commit d8cff59

Please sign in to comment.