Merged in feature/document (pull request #36)
Document CRUD * doccreate * dochashlocandget * depsandtodo
This commit is contained in:
@@ -3,7 +3,7 @@ package integration_test
|
||||
import (
|
||||
"context"
|
||||
"encoding/json"
|
||||
"queryorchestration/internal/query/document"
|
||||
documentsync "queryorchestration/internal/document/sync"
|
||||
"queryorchestration/internal/server/queue"
|
||||
"queryorchestration/internal/test"
|
||||
"testing"
|
||||
@@ -19,10 +19,9 @@ func TestQueryRunner(t *testing.T) {
|
||||
qCfg, cleanup := test.CreateQueueWithDependencies(t, ctx, "queryRunner")
|
||||
defer cleanup()
|
||||
|
||||
document := document.Document{
|
||||
document := documentsync.Document{
|
||||
ID: uuid.New(),
|
||||
JobID: uuid.New(),
|
||||
Name: "documentname",
|
||||
CleanVersion: int32(1),
|
||||
TextVersion: int32(1),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user