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/service/repository/testhelper_test.go')
-rw-r--r--internal/service/repository/testhelper_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/service/repository/testhelper_test.go b/internal/service/repository/testhelper_test.go
index 2c0b43c4c..b2086aea4 100644
--- a/internal/service/repository/testhelper_test.go
+++ b/internal/service/repository/testhelper_test.go
@@ -85,7 +85,7 @@ func runRepoServer(t *testing.T) (*grpc.Server, string) {
t.Fatal(err)
}
- gitalypb.RegisterRepositoryServiceServer(server, NewServer(repo.NewTransactions(), RubyServer))
+ gitalypb.RegisterRepositoryServiceServer(server, NewServer(repo.NewTransactionManager(), RubyServer))
reflection.Register(server)
go server.Serve(listener)