Merged in feature/collectorset (pull request #96)

Set Collector

* set
This commit is contained in:
Michael McGuinness
2025-03-10 13:00:57 +00:00
parent 62886dbba8
commit ed8cfbbee4
35 changed files with 430 additions and 783 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ func TestDocInitRunner(t *testing.T) {
runner := docsyncrunner.New(validator.New(), &docsyncrunner.Services{
Document: documentsync.New(cfg, &documentsync.Services{
Document: document.New(cfg),
Client: client.New(cfg, &client.Services{}),
Client: client.New(cfg),
}),
})
assert.NotNil(t, runner)