From c8cf26b7535e056067f1a2e42d11ae66f55e7c77 Mon Sep 17 00:00:00 2001 From: Bimsara Bodaragama Date: Fri, 5 Jul 2024 14:30:18 +0530 Subject: [PATCH] refactor: remove SCIMRoleManagerV2 from @PrepareForTest --- .../identity/scim2/common/impl/SCIMRoleManagerV2Test.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/org.wso2.carbon.identity.scim2.common/src/test/java/org/wso2/carbon/identity/scim2/common/impl/SCIMRoleManagerV2Test.java b/components/org.wso2.carbon.identity.scim2.common/src/test/java/org/wso2/carbon/identity/scim2/common/impl/SCIMRoleManagerV2Test.java index e407e0eb..8a5727e8 100644 --- a/components/org.wso2.carbon.identity.scim2.common/src/test/java/org/wso2/carbon/identity/scim2/common/impl/SCIMRoleManagerV2Test.java +++ b/components/org.wso2.carbon.identity.scim2.common/src/test/java/org/wso2/carbon/identity/scim2/common/impl/SCIMRoleManagerV2Test.java @@ -50,7 +50,7 @@ /** * Contains the unit test cases for SCIMRoleManagerV2. */ -@PrepareForTest({SCIMRoleManagerV2.class, IdentityUtil.class}) +@PrepareForTest({IdentityUtil.class}) public class SCIMRoleManagerV2Test extends PowerMockTestCase { private static final String SAMPLE_TENANT_DOMAIN = "carbon.super";