From 4784c16f8f55a212d933e73c518369bd739faadb Mon Sep 17 00:00:00 2001 From: Rasmus Dahlberg Date: Wed, 2 Dec 2020 17:08:56 +0100 Subject: added missing anchors in test case --- instance_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'instance_test.go') diff --git a/instance_test.go b/instance_test.go index 02424c6..a9ed7ae 100644 --- a/instance_test.go +++ b/instance_test.go @@ -95,7 +95,7 @@ func TestNewLogParameters(t *testing.T) { prefix: testPrefix, maxRange: testMaxRange, maxChain: testMaxChain, - anchors: []*x509.Certificate{}, + anchors: anchors, signer: cttestdata.NewSignerWithFixedSig("no pub", testSignature), wantErr: true, }, -- cgit v1.2.3