chore: Prepare pre-release v2.8.0-beta.0 (#302)

This commit is contained in:
Lukas Burkhalter 2024-10-01 16:55:59 +02:00 committed by GitHub
parent 1136c7d026
commit 5ec8559b90
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 12 additions and 5 deletions

View file

@ -301,7 +301,7 @@ func Test_SignDetachedWithNonCriticalContext(t *testing.T) {
t.Fatal("Packet was not a signature")
}
notations := sig.Notations
if len(notations) != 1 {
if len(notations) != 2 {
t.Fatal("Wrong number of notations")
}
notation := notations[0]
@ -344,7 +344,7 @@ func Test_SignDetachedWithCriticalContext(t *testing.T) {
t.Fatal("Packet was not a signature")
}
notations := sig.Notations
if len(notations) != 1 {
if len(notations) != 2 {
t.Fatal("Wrong number of notations")
}
notation := notations[0]