From fa4ad5f6e787fbc69484c5249c5932f70309f9e4 Mon Sep 17 00:00:00 2001 From: Rasmus Dahlberg Date: Tue, 16 Mar 2021 18:44:14 +0100 Subject: return cosigned sth regardless of cosignature count --- sth_test.go | 7 ------- 1 file changed, 7 deletions(-) (limited to 'sth_test.go') diff --git a/sth_test.go b/sth_test.go index a75ca5f..0942ea1 100644 --- a/sth_test.go +++ b/sth_test.go @@ -162,13 +162,6 @@ func TestCosigned(t *testing.T) { source: &ActiveSthSource{}, wantErr: true, }, - { - description: "invalid: no cosigned sth: nil signatures", - source: &ActiveSthSource{ - currCosth: testdata.DefaultCosth(t, testdata.Ed25519VkLog, nil), - }, - wantErr: true, - }, { description: "valid", source: &ActiveSthSource{ -- cgit v1.2.3