aboutsummaryrefslogtreecommitdiff
path: root/sth_test.go
diff options
context:
space:
mode:
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}),