Skip to content

Commit 5be514a

Browse files
author
ilya
committed
DATA-46374: PR issues fixed
1 parent 2924df4 commit 5be514a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

extra/modules/live-intent-omni-channel-identity/src/test/java/org/prebid/server/hooks/modules/liveintent/omni/channel/identity/v1/LiveIntentOmniChannelIdentityProcessedAuctionRequestHookTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -519,8 +519,7 @@ public void shouldRemovePermissionWhenIntersectionIsEmpty() {
519519
ExtRequestPrebidDataEidPermissions.builder()
520520
.source("keep.com")
521521
.bidders(singletonList("bidderGlobal"))
522-
.build()
523-
));
522+
.build()));
524523

525524
final BidRequest givenBidRequest = BidRequest.builder()
526525
.id("request")

0 commit comments

Comments
 (0)