We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Noticed by @doubiliu
// pkg/innerring/processors/governance/list_test.go:58 t.Run("unsorted keys", func(t *testing.T) { orig := keys.PublicKeys{k[1], k[2], k[3], k[4]} exp := keys.PublicKeys{k[1], k[2], k[5], k[4]} // not sorted got, err := newAlphabetList(orig, exp) require.NoError(t, err) require.True(t, equalPublicKeyLists(exp, got)) // fails right now })
The text was updated successfully, but these errors were encountered:
carpawell
Successfully merging a pull request may close this issue.
Noticed by @doubiliu
The text was updated successfully, but these errors were encountered: