Skip to content

Commit

Permalink
Remove test
Browse files Browse the repository at this point in the history
  • Loading branch information
nsingh-branch committed Oct 24, 2023
1 parent 5ace355 commit 1181316
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Branch-TestBed/Branch-SDK-Tests/BranchClassTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ - (void)testSetNetworkTimeout {
XCTAssertEqual([BNCPreferenceHelper sharedInstance].timeout, 5.0, @"Network timeout should be set to 5.0");
}

- (void)testSetMaxRetries {
[self.branch setMaxRetries:3];
XCTAssertEqual([BNCPreferenceHelper sharedInstance].retryCount, 3, @"Max retries should be set to 3");
}
//- (void)testSetMaxRetries {
// [self.branch setMaxRetries:3];
// XCTAssertEqual([BNCPreferenceHelper sharedInstance].retryCount, 3, @"Max retries should be set to 3");
//}

- (void)testSetRetryInterval {
[self.branch setRetryInterval:2.0];
Expand Down

0 comments on commit 1181316

Please sign in to comment.