Skip to content

Commit

Permalink
Update lib/grandpa/message_handler_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Quentin McGaw <[email protected]>
  • Loading branch information
kishansagathiya and qdm12 authored Apr 26, 2022
1 parent f337624 commit e2538be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/grandpa/message_handler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
})
Expand Down

0 comments on commit e2538be

Please sign in to comment.