mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-07-31 07:30:40 +00:00
fix authenticator tests - initialize _NOT_ being in the appstore
This commit is contained in:
parent
9747495ae3
commit
6c29a72a98
@ -40,7 +40,7 @@ static void *kInstallationIdentification = &kInstallationIdentification;
|
||||
- (void)setUp {
|
||||
[super setUp];
|
||||
|
||||
_sut = [[BITAuthenticator alloc] initWithAppIdentifier:nil isAppStoreEnvironemt:YES];
|
||||
_sut = [[BITAuthenticator alloc] initWithAppIdentifier:nil isAppStoreEnvironemt:NO];
|
||||
}
|
||||
|
||||
- (void)tearDown {
|
||||
|
Loading…
x
Reference in New Issue
Block a user