File tree 1 file changed +2
-2
lines changed
shell/platform/darwin/ios/framework/Source 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;
60
60
61
61
@implementation FlutterViewControllerTest
62
62
63
- - (void )testViewDidDisappearDoesntPauseEngine {
63
+ - (void )testViewDidDisappearDoesntPauseEngineWhenNotTheViewController {
64
64
id engine = OCMClassMock ([FlutterEngine class ]);
65
65
id lifecycleChannel = OCMClassMock ([FlutterBasicMessageChannel class ]);
66
66
OCMStub ([engine lifecycleChannel ]).andReturn (lifecycleChannel);
@@ -78,7 +78,7 @@ - (void)testViewDidDisappearDoesntPauseEngine {
78
78
OCMReject ([viewControllerMock surfaceUpdated: [OCMArg any ]]);
79
79
}
80
80
81
- - (void )testViewDidDisappearDoesPauseEngine {
81
+ - (void )testViewDidDisappearDoesPauseEngineWhenIsTheViewController {
82
82
id engine = OCMClassMock ([FlutterEngine class ]);
83
83
id lifecycleChannel = OCMClassMock ([FlutterBasicMessageChannel class ]);
84
84
OCMStub ([engine lifecycleChannel ]).andReturn (lifecycleChannel);
You can’t perform that action at this time.
0 commit comments