Skip to content

Commit

Permalink
left over renamings to exportable in the signature test file
Browse files Browse the repository at this point in the history
  • Loading branch information
dedekind125 committed Mar 10, 2024
1 parent bd21833 commit d4a1092
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openpgp/packet/signature_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ func TestSignatureWithTrustAndRegex(t *testing.T) {
}
}

func TestSignatureWithRecoverableFlag(t *testing.T) {
func TestSignatureWithExportableFlag(t *testing.T) {
packet, err := Read(readerFromHex(signatureWithExportableFlagHex))
if err != nil {
t.Error(err)
Expand All @@ -337,7 +337,7 @@ func TestSignatureWithRecoverableFlag(t *testing.T) {
}

if !*sig.Exportable {
t.Errorf("expected signature recoverable flag to be true")
t.Errorf("expected signature exportable flag to be true")
}

out := new(bytes.Buffer)
Expand Down

0 comments on commit d4a1092

Please sign in to comment.