Merged in feature/testquery (pull request #39)
Test Query * depstextandclean * startedcleaningresult * resulttidyup * roundone * cleaning * unsyncedquery * startedtestsandsimplification * api * querytests * resultprocessortests * unittests * cleanup
This commit is contained in:
@@ -3,7 +3,7 @@ package integration_test
|
||||
import (
|
||||
"context"
|
||||
"encoding/json"
|
||||
documentsync "queryorchestration/internal/document/sync"
|
||||
"queryorchestration/internal/query"
|
||||
"queryorchestration/internal/server/queue"
|
||||
"queryorchestration/internal/test"
|
||||
"testing"
|
||||
@@ -19,7 +19,7 @@ func TestQueryRunner(t *testing.T) {
|
||||
qCfg, cleanup := test.CreateQueueWithDependencies(t, ctx, "queryRunner")
|
||||
defer cleanup()
|
||||
|
||||
document := documentsync.Document{
|
||||
document := query.Document{
|
||||
ID: uuid.New(),
|
||||
JobID: uuid.New(),
|
||||
CleanVersion: int32(1),
|
||||
|
||||
Reference in New Issue
Block a user