Skip to content

Commit 252d4db

Browse files
committed
new test case
1 parent 62fd676 commit 252d4db

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/test/java/org/prebid/server/bidder/openx/OpenxBidderTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1017,7 +1017,8 @@ private static Stream<Arguments> makeBidsShouldReturnBidWithExtBidPrebidMetaArgs
10171017
return Stream.of(
10181018
Arguments.of(allBuyerExt, allBuyerExpectedExt),
10191019
Arguments.of(onlyBrandExt, onlyBrandExpectedExt),
1020-
Arguments.of(badExt, badExpectedExt)
1020+
Arguments.of(badExt, badExpectedExt),
1021+
Arguments.of(null, null)
10211022
);
10221023
}
10231024

0 commit comments

Comments
 (0)