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 21:15:37 +0300
committerWill Chandler <wchandler@gitlab.com>2023-08-30 16:39:23 +0300
commit7b819e945f8a1ca87d9bb8d0afff402aa3fcfed2 (patch)
treee85d2cf631a2ce141b88da26c10d9184098a80f7
parent2e168adeea756404e56fbb59df8b11ef18722021 (diff)
safe: Move testhelper out of test package
Move the main_test.go file into the `safe` package so that our linter can detect that `TestMain` is set for this package.
-rw-r--r--internal/safe/main_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/safe/main_test.go b/internal/safe/main_test.go
index 64ba6b23e..56f4b4002 100644
--- a/internal/safe/main_test.go
+++ b/internal/safe/main_test.go
@@ -1,4 +1,4 @@
-package safe_test
+package safe
import (
"testing"