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

Commit 0637dee

Browse files
committed
forgot to rename a test selector
1 parent 344420f commit 0637dee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/scenario_app/ios/Scenarios/ScenariosTests/FlutterViewControllerInitialRouteTest.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ - (void)tearDown {
2929
- (void)testSettingInitialRoute {
3030
self.flutterViewController =
3131
[[FlutterViewController alloc] initWithProject:nil
32-
withInitialRoute:@"myCustomInitialRoute"
32+
initialRoute:@"myCustomInitialRoute"
3333
nibName:nil
3434
bundle:nil];
3535

0 commit comments

Comments
 (0)