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