Skip to content

Commit 884f466

Browse files
committed
Correct test selector signature
1 parent fad48f9 commit 884f466

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IdentityCore/tests/MSIDBoundRefreshTokenRedemptionTests.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ - (void)testGetTokenRedemptionJwt_whenEcdhApvCreationFails_shouldReturnNilAndSet
300300
NSError *error;
301301
NSDictionary *jweCrypto;
302302

303-
[MSIDTestSwizzle instanceMethod:@selector(initWithKey:apvPrefix:context:error:)
303+
[MSIDTestSwizzle instanceMethod:@selector(initWithKey:apvPrefix:customClientNonce:context:error:)
304304
class:MSIDEcdhApv.class
305305
block:^(void)
306306
{

0 commit comments

Comments
 (0)