Skip to content

Commit

Permalink
Fix flaky tests on iOS (#7654)
Browse files Browse the repository at this point in the history
  • Loading branch information
yogevbd authored Dec 12, 2022
1 parent 6a615bb commit 4cfef01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playground/ios/NavigationTests/RNNModalManagerTest.m
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ - (void)setUp {
eventHandler:_modalManagerEventHandler]];

UIApplication.sharedApplication.delegate.window.rootViewController =
[OCMockObject partialMockForObject:MockViewController.new];
[OCMockObject partialMockForObject:UIViewController.new];
}

- (void)tearDown {
Expand Down

0 comments on commit 4cfef01

Please sign in to comment.