aboutsummaryrefslogtreecommitdiff
path: root/sth_test.go
diff options
context:
space:
mode:
authorRasmus Dahlberg <rasmus.dahlberg@kau.se>2021-03-16 18:44:14 +0100
committerRasmus Dahlberg <rasmus.dahlberg@kau.se>2021-03-16 18:44:14 +0100
commitfa4ad5f6e787fbc69484c5249c5932f70309f9e4 (patch)
tree747d21c8c2d76a388dbc3fb6cecb4133f5eb721c /sth_test.go
parentff5c7d7a5ed338d746c17e4ae19fe752251592e9 (diff)
return cosigned sth regardless of cosignature count
Diffstat (limited to 'sth_test.go')
-rw-r--r--sth_test.go7
1 files changed, 0 insertions, 7 deletions
diff --git a/sth_test.go b/sth_test.go
index a75ca5f..0942ea1 100644
--- a/sth_test.go
+++ b/sth_test.go
@@ -163,13 +163,6 @@ func TestCosigned(t *testing.T) {
wantErr: true,
},
{
- description: "invalid: no cosigned sth: nil signatures",
- source: &ActiveSthSource{
- currCosth: testdata.DefaultCosth(t, testdata.Ed25519VkLog, nil),
- },
- wantErr: true,
- },
- {
description: "valid",
source: &ActiveSthSource{
currCosth: testdata.DefaultCosth(t, testdata.Ed25519VkLog, [][32]byte{testdata.Ed25519VkWitness}),