Skip to content

Commit 755b06c

Browse files
committed
INTENG-8009 fix unit test
1 parent f08e377 commit 755b06c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Branch-SDK-Tests/BranchNetworkScenario.Test.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ - (void)testScenario3 {
188188
[self expectationWithDescription:@"Scenario3 Expectation2"];
189189

190190
// Simulate network return, shouldn't call init!
191-
[serverInterfaceMock stopMocking];
191+
//[serverInterfaceMock stopMocking];
192192

193193
// Request should just work
194194
[self makeSuccessfulNonReplayableRequest:branch serverInterface:serverInterfaceMock callback:^{

0 commit comments

Comments
 (0)