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 e41ed68 commit 98db41cCopy full SHA for 98db41c
Branch-TestBed/Branch-SDK-Tests/BNCPreferenceHelperTests.m
@@ -258,7 +258,6 @@ - (void)testSetCDNBaseURL_InvalidEmpty {
258
XCTAssert(![urlStored isEqualToString:@""]);
259
XCTAssert([urlStored isEqualToString:BNC_CDN_URL]);
260
}
261
- */
262
263
- (void)testSetPatternListURL {
264
NSString *expectedURL = @"https://example.com";
@@ -267,6 +266,7 @@ - (void)testSetPatternListURL {
267
266
NSString *patternListURL = [BNCPreferenceHelper sharedInstance].patternListURL;
268
XCTAssert([patternListURL isEqualToString: expectedURL]);
269
+ */
270
271
- (void)testSetLastStrongMatchDate {
272
NSDate *expectedDate = [NSDate date];
0 commit comments