From 717d10d917348f0001d5eee1fd035892e46f5f17 Mon Sep 17 00:00:00 2001 From: Jonathan Innis Date: Tue, 29 Aug 2023 13:17:19 -0700 Subject: [PATCH] test: Rename test packages suffixed with `_test` (#4514) --- test/suites/chaos/suite_test.go | 2 +- test/suites/consolidation/suite_test.go | 2 +- test/suites/drift/suite_test.go | 2 +- test/suites/interruption/suite_test.go | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/test/suites/chaos/suite_test.go b/test/suites/chaos/suite_test.go index 5847399106e2..802672057ca1 100644 --- a/test/suites/chaos/suite_test.go +++ b/test/suites/chaos/suite_test.go @@ -12,7 +12,7 @@ See the License for the specific language governing permissions and limitations under the License. */ -package chaos +package chaos_test import ( "context" diff --git a/test/suites/consolidation/suite_test.go b/test/suites/consolidation/suite_test.go index 66623ee2e9f2..9e4fc1a9056e 100644 --- a/test/suites/consolidation/suite_test.go +++ b/test/suites/consolidation/suite_test.go @@ -12,7 +12,7 @@ See the License for the specific language governing permissions and limitations under the License. */ -package consolidation +package consolidation_test import ( "fmt" diff --git a/test/suites/drift/suite_test.go b/test/suites/drift/suite_test.go index 4e95e0e03422..18ffc98a802a 100644 --- a/test/suites/drift/suite_test.go +++ b/test/suites/drift/suite_test.go @@ -12,7 +12,7 @@ See the License for the specific language governing permissions and limitations under the License. */ -package drift +package drift_test import ( "fmt" diff --git a/test/suites/interruption/suite_test.go b/test/suites/interruption/suite_test.go index b85ece7801ab..abe3f033c381 100644 --- a/test/suites/interruption/suite_test.go +++ b/test/suites/interruption/suite_test.go @@ -12,7 +12,7 @@ See the License for the specific language governing permissions and limitations under the License. */ -package interruption +package interruption_test import ( "fmt"