Skip to content

Commit

Permalink
updated test to include description
Browse files Browse the repository at this point in the history
  • Loading branch information
gr33nbl00d committed Feb 14, 2024
1 parent e374f13 commit a0fd954
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crl/crlrepository/crlrepository_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit a0fd954

Please sign in to comment.