Skip to content

Commit

Permalink
Fixed test issue
Browse files Browse the repository at this point in the history
  • Loading branch information
BojithaPiyathilake committed Jul 15, 2022
1 parent 44d0b63 commit 5dfe690
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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<org.wso2.carbon.user.core.common.User>() {{
Expand Down

0 comments on commit 5dfe690

Please sign in to comment.