Merged in feature/tests (pull request #117)

Feature/tests

* improvetests

* generation

* simplifiedtesting

* simplifiedtesting

* longfile
This commit is contained in:
Michael McGuinness
2025-04-23 17:51:44 +00:00
parent 47fec079e5
commit bbe6f4188e
38 changed files with 4243128 additions and 616 deletions
+1 -1
View File
@@ -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)
}