From 8e70eb01b5d9b85f35bf9aa7fb1124eff888df41 Mon Sep 17 00:00:00 2001 From: ialidzhikov Date: Wed, 23 Aug 2023 17:21:03 +0300 Subject: [PATCH] Remove test suite for package that does not define any tests --- .../config/v1alpha1/v1alpha1_suite_test.go | 27 ------------------- 1 file changed, 27 deletions(-) delete mode 100644 pkg/apis/config/v1alpha1/v1alpha1_suite_test.go diff --git a/pkg/apis/config/v1alpha1/v1alpha1_suite_test.go b/pkg/apis/config/v1alpha1/v1alpha1_suite_test.go deleted file mode 100644 index 60921d28..00000000 --- a/pkg/apis/config/v1alpha1/v1alpha1_suite_test.go +++ /dev/null @@ -1,27 +0,0 @@ -// Copyright (c) 2022 SAP SE or an SAP affiliate company. All rights reserved. This file is licensed under the Apache Software License, v. 2 except as noted otherwise in the LICENSE file -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - -package v1alpha1_test - -import ( - "testing" - - . "github.com/onsi/ginkgo/v2" - . "github.com/onsi/gomega" -) - -func TestV1alpha1(t *testing.T) { - RegisterFailHandler(Fail) - RunSpecs(t, "API Config V1alpha1 Suite") -}