From 34b9153b0d507de54a28907cd28d28a981a3cd8f Mon Sep 17 00:00:00 2001 From: gr33nbl00d Date: Wed, 14 Feb 2024 12:48:20 +0100 Subject: [PATCH] updated test to include description --- crl/crlrepository/crlrepository_test.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/crl/crlrepository/crlrepository_test.go b/crl/crlrepository/crlrepository_test.go index 626546b..0205633 100644 --- a/crl/crlrepository/crlrepository_test.go +++ b/crl/crlrepository/crlrepository_test.go @@ -96,8 +96,7 @@ func (t *TestingCrlLoader) GetCRLLocationIdentifier() (string, error) { } func (t *TestingCrlLoader) GetDescription() string { - //TODO implement me - panic("implement me") + return "testing crl loader" } func (t TestingCRLLoaderFactory) CreatePreferredCrlLoader(crlLocations *core.CRLLocations, logger *zap.Logger) (crlloader.CRLLoader, error) {