Skip to content

Commit 80e2e07

Browse files
committed
unit-test: remove expored keys from GoodKeys
1 parent 4834142 commit 80e2e07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pgp/verify_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ func (s *VerifierSuite) TestVerifyClearsigned(c *C) {
4747

4848
keyInfo, err := s.verifier.VerifyClearsigned(clearsigned, false)
4949
c.Assert(err, IsNil)
50-
c.Check(keyInfo.GoodKeys, DeepEquals, []Key{"04EE7237B7D453EC", "648ACFD622F3D138", "DCC9EFBF77E11517"})
50+
c.Check(keyInfo.GoodKeys, DeepEquals, []Key{"648ACFD622F3D138", "DCC9EFBF77E11517"})
5151
c.Check(keyInfo.MissingKeys, DeepEquals, []Key(nil))
5252

5353
_ = clearsigned.Close()

0 commit comments

Comments
 (0)