Merged in feature/tests (pull request #117)
Feature/tests * improvetests * generation * simplifiedtesting * simplifiedtesting * longfile
This commit is contained in:
@@ -15,7 +15,7 @@ type DocSyncConfig struct {
|
||||
documentclean.DocCleanConfig
|
||||
}
|
||||
|
||||
func TestNew(t *testing.T) {
|
||||
func TestNewDocumentSyncService(t *testing.T) {
|
||||
svc := documentsync.New(&DocSyncConfig{}, &documentsync.Services{})
|
||||
assert.NotNil(t, svc)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user