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:
authorWill Chandler <wchandler@gitlab.com>2023-08-28 18:33:22 +0300
committerWill Chandler <wchandler@gitlab.com>2023-08-30 16:39:22 +0300
commit83ae995d33d4cb26db378fff5f838925e27e0290 (patch)
tree333179bb5b61c5aa6122837c88e282611a6120a0
parenta135d096227e2169aa6b15fa2c5a67d688d44a16 (diff)
grpcstats: Move testhelper to grpcstats package
The `grpcstats` package has a `testhelper_test.go` file which uses package `grpcstats_test`, but the tests are actually executed in `grpcstats`. Move the testhelper into `grpcstats` so our linter can validate that `TestMain` is present.
-rw-r--r--internal/grpc/grpcstats/testhelper_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/grpc/grpcstats/testhelper_test.go b/internal/grpc/grpcstats/testhelper_test.go
index f57175b92..d0b298d5f 100644
--- a/internal/grpc/grpcstats/testhelper_test.go
+++ b/internal/grpc/grpcstats/testhelper_test.go
@@ -1,4 +1,4 @@
-package grpcstats_test
+package grpcstats
import (
"testing"