Merged in feature/docresult (pull request #105)
Document Result Endpoint * testing * cleantesting * progress * query * lint * readme * dockerclient * api * passtest * tests * test
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
package queryapi_test
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
||||
queryapi "queryorchestration/api/queryAPI"
|
||||
|
||||
"github.com/go-playground/validator/v10"
|
||||
"github.com/stretchr/testify/assert"
|
||||
)
|
||||
|
||||
func TestNewControllers(t *testing.T) {
|
||||
cons := queryapi.NewControllers(validator.New(), &queryapi.Services{})
|
||||
assert.NotNil(t, cons)
|
||||
}
|
||||
Reference in New Issue
Block a user