Skip to content

Commit d78a027

Browse files
committed
add back unit test
1 parent 6b729d7 commit d78a027

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

libs/SalesforceSDKCore/SalesforceSDKCoreTests/SalesforceRestAPITests.m

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2894,8 +2894,7 @@ - (void)testRestApiGlobalInstance {
28942894
XCTAssertTrue(globalInstance != sharedInstance, @"SFRestAPI globalInstance and sharedInstance must be different");
28952895
}
28962896

2897-
// TODO: Add back after fixing Flappiness
2898-
- (void)_testPublicApiCalls {
2897+
- (void)testPublicApiCalls {
28992898
XCTestExpectation *getExpectation = [self expectationWithDescription:@"Get"];
29002899
__block NSError *error = nil;
29012900
__block NSDictionary *response = nil;

0 commit comments

Comments
 (0)