package queryapi_test import ( "testing" queryapi "queryorchestration/api/queryAPI" "github.com/stretchr/testify/assert" ) func TestNewControllers(t *testing.T) { cons := queryapi.NewControllers(&queryapi.Services{}) assert.NotNil(t, cons) }