Merged in feature/document (pull request #36)
Document CRUD * doccreate * dochashlocandget * depsandtodo
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package documentsync_test
|
||||
|
||||
import (
|
||||
documentsync "queryorchestration/internal/document/sync"
|
||||
"testing"
|
||||
|
||||
"github.com/stretchr/testify/assert"
|
||||
)
|
||||
|
||||
func TestNew(t *testing.T) {
|
||||
svc := documentsync.New(nil, nil)
|
||||
assert.NotNil(t, svc)
|
||||
}
|
||||
Reference in New Issue
Block a user