Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit c00882a

Browse files
authored
updated tests names (#18966)
1 parent efd1045 commit c00882a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shell/platform/darwin/ios/framework/Source/FlutterViewControllerTest.mm

+2-2
Original file line numberDiff line numberDiff 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);

0 commit comments

Comments
 (0)