From 4a9801c997dcff2752f0d6ea4ae8a2a04574ab03 Mon Sep 17 00:00:00 2001 From: Stefan Genov Date: Tue, 14 Jan 2025 10:38:36 +0200 Subject: [PATCH] test: Fixed package Signed-off-by: Stefan Genov --- .../iac/artifact/aria/rest/RestClientVraNgPrimitiveTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/artifact-manager/src/test/java/com/vmware/pscoe/iac/artifact/aria/rest/RestClientVraNgPrimitiveTest.java b/common/artifact-manager/src/test/java/com/vmware/pscoe/iac/artifact/aria/rest/RestClientVraNgPrimitiveTest.java index 90538546a..282b27c9e 100644 --- a/common/artifact-manager/src/test/java/com/vmware/pscoe/iac/artifact/aria/rest/RestClientVraNgPrimitiveTest.java +++ b/common/artifact-manager/src/test/java/com/vmware/pscoe/iac/artifact/aria/rest/RestClientVraNgPrimitiveTest.java @@ -12,7 +12,7 @@ * This product may include a number of subcomponents with separate copyright notices and license terms. Your use of these subcomponents is subject to the terms and conditions of the subcomponent's license, as noted in the LICENSE file. * #L% */ -package com.vmware.pscoe.iac.artifact.rest.vrang; +package com.vmware.pscoe.iac.artifact.aria.rest; import static com.vmware.pscoe.iac.artifact.aria.utils.VraNgOrganizationUtil.getOrganization; import static org.junit.Assert.assertThrows;