package document_test import ( "testing" "queryorchestration/internal/document" "github.com/stretchr/testify/assert" ) func TestNew(t *testing.T) { svc := document.New(nil) assert.NotNil(t, svc) }