From 19f0c4f8989c1ffca33072864f121c0ac43faa4b Mon Sep 17 00:00:00 2001 From: Rasmus Dahlberg Date: Wed, 25 Nov 2020 14:31:05 +0100 Subject: rephrased TODO as a note --- type_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'type_test.go') diff --git a/type_test.go b/type_test.go index e249fb6..ea3ab36 100644 --- a/type_test.go +++ b/type_test.go @@ -30,7 +30,7 @@ var ( // TestEncDecStItem tests that valid StItems can be (un)marshaled, and that // invalid ones in fact fail. // -// TODO: max limits for inclusion and consistency proofs are not tested. +// Note: max limits for inclusion and consistency proofs are not tested. // Note: TreeHeadV1 extensions are not tested (not used by stfe) func TestEncDecStItem(t *testing.T) { logIdSize := 32 @@ -273,7 +273,7 @@ func TestEncDecStItem(t *testing.T) { // TestEncDecAppendix tests that valid appendices can be (un)marshaled, and that // invalid ones in fact dail. // -// TODO: max limits for certificate chains are not tested. +// Note: max limits for certificate chains are not tested. func TestEncDecAppendix(t *testing.T) { chain, err := x509util.NewCertificateList(testdata.FirstPemChain) if err != nil { -- cgit v1.2.3