Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'internal/praefect/server_test.go')
-rw-r--r--internal/praefect/server_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/praefect/server_test.go b/internal/praefect/server_test.go
index ba7296740..b2b0e0cba 100644
--- a/internal/praefect/server_test.go
+++ b/internal/praefect/server_test.go
@@ -92,6 +92,7 @@ func TestServerSimpleUnaryUnary(t *testing.T) {
)
prf := NewServer(
coordinator,
+ datastore,
replmgr,
nil,
logEntry,