Skip to content

Commit 5348d91

Browse files
author
Edward Smith
committed
Merge from Apple-Shared-Source.
1 parent a032da2 commit 5348d91

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Branch-SDK-Tests/Branch-SDK-Tests/BNCKeyChain.Test.m

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
#import "BNCTestCase.h"
1212
#import "BNCKeyChain.h"
13-
#import "BNCApplication.h"
13+
//#import "BNCApplication.h"
1414

1515
@interface BNCKeyChainTest : BNCTestCase
1616
@end
@@ -46,6 +46,7 @@ - (void)testKeyChain {
4646
value = [BNCKeyChain retrieveValueForService:kServiceName key:@"key3" error:&error];
4747
XCTAssertTrue(value == nil && error.code == errSecItemNotFound);
4848

49+
// TODO: Fix this.
4950
if ([UIApplication sharedApplication] == nil) {
5051
NSLog(@"No host application for keychain testing!");
5152
return;

0 commit comments

Comments
 (0)