Merged in feature/CollectorBuildVersion (pull request #100)

Collector Build Version

* lint

* fixtests
This commit is contained in:
Michael McGuinness
2025-03-11 18:15:49 +00:00
parent 6648cdf1cb
commit bbd86fb4ea
51 changed files with 305 additions and 488 deletions
+1 -1
View File
@@ -19,6 +19,6 @@ type DocCleanConfig struct {
func TestService(t *testing.T) {
cfg := &DocCleanConfig{}
svc := documentclean.New(cfg, nil)
svc := documentclean.New(cfg)
assert.NotNil(t, svc)
}