Skip to content

Commit

Permalink
Fixed inconsistent unit test.
Browse files Browse the repository at this point in the history
  • Loading branch information
And1sS committed Jan 14, 2025
1 parent 0841723 commit 032f15f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/org/prebid/server/handler/SetuidHandler.java
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ private static void validateUsersyncers(Stream<Usersyncer> usersyncers) {
.filter(name -> name.getValue() > 1)
.map(Map.Entry::getKey)
.distinct()
.sorted()
.toList();
if (CollectionUtils.isNotEmpty(cookieFamilyNameDuplicates)) {
throw new IllegalArgumentException(
Expand Down

0 comments on commit 032f15f

Please sign in to comment.