diff --git a/lib/grandpa/message_handler_test.go b/lib/grandpa/message_handler_test.go index 1ded0bb5e1..73d10568ef 100644 --- a/lib/grandpa/message_handler_test.go +++ b/lib/grandpa/message_handler_test.go @@ -815,7 +815,7 @@ func Test_getEquivocatoryVoters(t *testing.T) { require.NoError(t, err) require.Len(t, eqv, 5) - // test that getEquivocatoryVoters if a voter has more than two equivocatory votes + // test that getEquivocatoryVoters returns an error if a voter has more than two equivocatory votes authData = append(authData, AuthData{ AuthorityID: ed25519Keyring.Alice().Public().(*ed25519.PublicKey).AsBytes(), })