Fix test issue with pointer conversion on armv7

This commit is contained in:
Lukas Spieß 2015-09-09 16:28:26 +02:00
parent c0fa425c80
commit a87d64e922

View File

@ -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);
}