File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
shell/platform/darwin/ios/framework/Source Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ - (void)performOrientationUpdate:(UIInterfaceOrientationMask)new_preferences;
6060
6161@implementation FlutterViewControllerTest
6262
63- - (void )testViewDidDisappearDoesntPauseEngine {
63+ - (void )testViewDidDisappearDoesntPauseEngineWhenNotTheViewController {
6464 id engine = OCMClassMock ([FlutterEngine class ]);
6565 id lifecycleChannel = OCMClassMock ([FlutterBasicMessageChannel class ]);
6666 OCMStub ([engine lifecycleChannel ]).andReturn (lifecycleChannel);
@@ -78,7 +78,7 @@ - (void)testViewDidDisappearDoesntPauseEngine {
7878 OCMReject ([viewControllerMock surfaceUpdated: [OCMArg any ]]);
7979}
8080
81- - (void )testViewDidDisappearDoesPauseEngine {
81+ - (void )testViewDidDisappearDoesPauseEngineWhenIsTheViewController {
8282 id engine = OCMClassMock ([FlutterEngine class ]);
8383 id lifecycleChannel = OCMClassMock ([FlutterBasicMessageChannel class ]);
8484 OCMStub ([engine lifecycleChannel ]).andReturn (lifecycleChannel);
You can’t perform that action at this time.
0 commit comments