Skip to content

Commit

Permalink
Integration test update for multi meta attribute filtering
Browse files Browse the repository at this point in the history
  • Loading branch information
HasiniSama committed Aug 9, 2024
1 parent f4c68c1 commit f102eb8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -261,8 +261,8 @@ public Object[][] dataProviderForFilterOrganizations() {
return new Object[][] {
{"name co G", false, false},
{"attributes.Country co S", true, false},
{"attributes.Country eq Sri Lanka", true, false},
{"attributes.Country eq Sri Lanka and name co Greater", true, false},
{"attributes.Country eq Sri Lanka and attributes.Language eq Sinhala", true, false},
{"attributes.Country eq USA", false, true}
};
}
Expand Down

0 comments on commit f102eb8

Please sign in to comment.