diff --git a/integration/locales_test.go b/main/locales_test.go similarity index 95% rename from integration/locales_test.go rename to main/locales_test.go index 094960eb62e..f6bbd0120a1 100644 --- a/integration/locales_test.go +++ b/main/locales_test.go @@ -1,4 +1,4 @@ -package integration_test +package main_test import ( "os" diff --git a/integration/main_test.go b/main/main_test.go similarity index 97% rename from integration/main_test.go rename to main/main_test.go index 0967713fb1f..958d8c3b30c 100644 --- a/integration/main_test.go +++ b/main/main_test.go @@ -1,4 +1,4 @@ -package integration_test +package main_test import ( "os/exec"