Skip to content

Commit 7429ead

Browse files
committed
Remove one duplication line
1 parent a6dda4b commit 7429ead

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/java/com/uid2/client/BidstreamClientTests.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,6 @@ static void assertSuccess(DecryptionResponse response, TokenVersionForTesting to
280280
assertTrue(response.isSuccess());
281281
assertEquals(EXAMPLE_UID, response.getUid());
282282
assertEquals(tokenVersion.ordinal() + 2, response.getAdvertisingTokenVersion());
283-
assertEquals(tokenVersion.ordinal() + 2, response.getAdvertisingTokenVersion());
284283
if (tokenVersion != TokenVersionForTesting.V2) {
285284
assertEquals(IdentityType.Email, response.getIdentityType());
286285
}

0 commit comments

Comments
 (0)