diff options
author | Rasmus Dahlberg <rasmus.dahlberg@kau.se> | 2020-11-25 14:31:05 +0100 |
---|---|---|
committer | Rasmus Dahlberg <rasmus.dahlberg@kau.se> | 2020-11-25 14:31:05 +0100 |
commit | 19f0c4f8989c1ffca33072864f121c0ac43faa4b (patch) | |
tree | 3029ea78045405751c7ae65b00449af155febb13 | |
parent | 6be4a0ae1a5a1b58d5660a94b522d34e5b610484 (diff) |
rephrased TODO as a note
-rw-r--r-- | type_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
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 { |