From ddf768195c848234b492a617fde2a15ddd508b3d Mon Sep 17 00:00:00 2001 From: konrad945 Date: Thu, 12 May 2022 16:43:27 +0200 Subject: [PATCH] Rename testing.go to testing_test.go --- kyaml/kio/{testing.go => testing_test.go} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename kyaml/kio/{testing.go => testing_test.go} (98%) diff --git a/kyaml/kio/testing.go b/kyaml/kio/testing_test.go similarity index 98% rename from kyaml/kio/testing.go rename to kyaml/kio/testing_test.go index 19b7f1b77..8c456d33c 100644 --- a/kyaml/kio/testing.go +++ b/kyaml/kio/testing_test.go @@ -1,7 +1,7 @@ // Copyright 2019 The Kubernetes Authors. // SPDX-License-Identifier: Apache-2.0 -package kio +package kio_test import ( "io/ioutil"