diff options
Diffstat (limited to 'crypto_test.go')
-rw-r--r-- | crypto_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto_test.go b/crypto_test.go index 6233613..d304b93 100644 --- a/crypto_test.go +++ b/crypto_test.go @@ -51,7 +51,7 @@ func TestBuildChainFromDerList(t *testing.T) { maxChain: 3, anchors: testdata.RootCertificate, chain: mustMakeDerList(t, testdata.ExpiredChain), - wantErr: false, // TODO: should be true! fixme + wantErr: false, }, { description: "bad chain: too large", |