We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4834142 commit 80e2e07Copy full SHA for 80e2e07
1 file changed
pgp/verify_test.go
@@ -47,7 +47,7 @@ func (s *VerifierSuite) TestVerifyClearsigned(c *C) {
47
48
keyInfo, err := s.verifier.VerifyClearsigned(clearsigned, false)
49
c.Assert(err, IsNil)
50
- c.Check(keyInfo.GoodKeys, DeepEquals, []Key{"04EE7237B7D453EC", "648ACFD622F3D138", "DCC9EFBF77E11517"})
+ c.Check(keyInfo.GoodKeys, DeepEquals, []Key{"648ACFD622F3D138", "DCC9EFBF77E11517"})
51
c.Check(keyInfo.MissingKeys, DeepEquals, []Key(nil))
52
53
_ = clearsigned.Close()
0 commit comments