Merged in feature/testwithlogs (pull request #65)
Query Version Sync Runner * testing * queryversiosyncworking * update * tests * fixtests
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
package queryversionsync_test
|
||||
|
||||
import (
|
||||
"queryorchestration/internal/query"
|
||||
"queryorchestration/internal/serviceconfig"
|
||||
"testing"
|
||||
|
||||
"github.com/stretchr/testify/assert"
|
||||
)
|
||||
|
||||
func TestService(t *testing.T) {
|
||||
cfg := &serviceconfig.BaseConfig{}
|
||||
svc := query.New(cfg)
|
||||
assert.NotNil(t, svc)
|
||||
}
|
||||
Reference in New Issue
Block a user