chore: Prepare pre-release v2.8.0-beta.0 (#302)
This commit is contained in:
parent
1136c7d026
commit
5ec8559b90
4 changed files with 12 additions and 5 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue