mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-11-25 01:22:41 +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];
|
[_sut storeInstallationIdentifier:@"asd" withType:BITAuthenticatorIdentificationTypeHockeyAppEmail];
|
||||||
|
|
||||||
|
|
||||||
OCMExpect([mockAuthenticator validateWithCompletion:(id)anything() sessionSupported:(id)anything()]);
|
OCMExpect([mockAuthenticator validateWithCompletion:(id)anything() sessionSupported:YES]);
|
||||||
[_sut authenticate];
|
[_sut authenticate];
|
||||||
OCMVerifyAll(mockAuthenticator);
|
OCMVerifyAll(mockAuthenticator);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user