mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-11-24 17:12:56 +00:00
Fix test issue with pointer conversion on armv7
This commit is contained in:
parent
c0fa425c80
commit
a87d64e922
@ -277,7 +277,7 @@ static void *kInstallationIdentification = &kInstallationIdentification;
|
||||
[_sut storeInstallationIdentifier:@"asd" withType:BITAuthenticatorIdentificationTypeHockeyAppEmail];
|
||||
|
||||
|
||||
OCMExpect([mockAuthenticator validateWithCompletion:(id)anything() sessionSupported:(id)anything()]);
|
||||
OCMExpect([mockAuthenticator validateWithCompletion:(id)anything() sessionSupported:YES]);
|
||||
[_sut authenticate];
|
||||
OCMVerifyAll(mockAuthenticator);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user