5b7160fe44
Job Collector * createstructure * mostupdatevalidation * repocollectorupdate * updateoutline * updatevalidation * scriptupdate * cleanupdockerignore * update * collectorupdateapi
14 lines
237 B
Go
14 lines
237 B
Go
package textextraction_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)
|
|
}
|