From 6754c4ee3e096cde7538b6cbe59039e1860c5ae4 Mon Sep 17 00:00:00 2001 From: Bryce Soghigian <49734722+Bryce-Soghigian@users.noreply.github.com> Date: Wed, 14 Aug 2024 02:14:54 +0000 Subject: [PATCH] test: ci --- test/suites/acr/suite_test.go | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/test/suites/acr/suite_test.go b/test/suites/acr/suite_test.go index c976d4507..790884933 100644 --- a/test/suites/acr/suite_test.go +++ b/test/suites/acr/suite_test.go @@ -4,14 +4,8 @@ Portions Copyright (c) Microsoft Corporation. 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 -/* -Portions Copyright (c) Microsoft Corporation. -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 + 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, @@ -19,6 +13,12 @@ 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 acr + +import ( + "fmt" + "os" + "testing" "time" . "github.com/onsi/ginkgo/v2"