From 5dfe6900056b5f9cf71985df76bb460d45f59428 Mon Sep 17 00:00:00 2001 From: BojithaPiyathilake Date: Fri, 15 Jul 2022 16:12:11 +0530 Subject: [PATCH] Fixed test issue --- .../carbon/identity/scim2/common/impl/SCIMUserManagerTest.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/SCIMUserManagerTest.java b/components/org.wso2.carbon.identity.scim2.common/src/test/java/org/wso2/carbon/identity/scim2/common/impl/SCIMUserManagerTest.java index 3db1a6bd0..9777c5916 100644 --- a/components/org.wso2.carbon.identity.scim2.common/src/test/java/org/wso2/carbon/identity/scim2/common/impl/SCIMUserManagerTest.java +++ b/components/org.wso2.carbon.identity.scim2.common/src/test/java/org/wso2/carbon/identity/scim2/common/impl/SCIMUserManagerTest.java @@ -1051,7 +1051,7 @@ public Object[][] getDataForFilterUsersWithPagination() { add(testUser4); add(testUser5); }}, - false, false, "PRIMARY", 1, 4, 1, 1}, + false, false, "PRIMARY", 1, 4, 1, 2}, {users, "name.givenName sw testUser and name.givenName co New", new ArrayList() {{