fix authenticator tests - initialize _NOT_ being in the appstore

This commit is contained in:
Stephan Diederich 2013-09-06 19:23:15 +02:00
parent 9747495ae3
commit 6c29a72a98

View File

@ -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 {