We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a032da2 commit 5348d91Copy full SHA for 5348d91
Branch-SDK-Tests/Branch-SDK-Tests/BNCKeyChain.Test.m
@@ -10,7 +10,7 @@
10
11
#import "BNCTestCase.h"
12
#import "BNCKeyChain.h"
13
-#import "BNCApplication.h"
+//#import "BNCApplication.h"
14
15
@interface BNCKeyChainTest : BNCTestCase
16
@end
@@ -46,6 +46,7 @@ - (void)testKeyChain {
46
value = [BNCKeyChain retrieveValueForService:kServiceName key:@"key3" error:&error];
47
XCTAssertTrue(value == nil && error.code == errSecItemNotFound);
48
49
+ // TODO: Fix this.
50
if ([UIApplication sharedApplication] == nil) {
51
NSLog(@"No host application for keychain testing!");
52
return;
0 commit comments