Skip to content

Commit 7ddd666

Browse files
Merge branch 'kishan/fix/equivocatory-vote-multiplicity' of github.com:ChainSafe/gossamer into kishan/fix/equivocatory-vote-multiplicity
2 parents c337f31 + cd39891 commit 7ddd666

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/grandpa/message_handler_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -815,7 +815,7 @@ func Test_getEquivocatoryVoters(t *testing.T) {
815815
require.NoError(t, err)
816816
require.Len(t, eqv, 5)
817817

818-
// test that getEquivocatoryVoters if a voter has more than two equivocatory votes
818+
// test that getEquivocatoryVoters returns an error if a voter has more than two equivocatory votes
819819
authData = append(authData, AuthData{
820820
AuthorityID: ed25519Keyring.Alice().Public().(*ed25519.PublicKey).AsBytes(),
821821
})

0 commit comments

Comments
 (0)