@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user