From 74f5a1fe2c6bd1126e18a76f2322e8b8576a5daf Mon Sep 17 00:00:00 2001 From: hellohuanlin <41930132+hellohuanlin@users.noreply.github.com> Date: Fri, 19 Aug 2022 16:28:36 -0700 Subject: [PATCH] [platform_view]fix typo in xcuitest (#109884) --- .../ios/PlatformViewUITests/PlatformViewUITests.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/integration_tests/ios_platform_view_tests/ios/PlatformViewUITests/PlatformViewUITests.m b/dev/integration_tests/ios_platform_view_tests/ios/PlatformViewUITests/PlatformViewUITests.m index adcf947cb6c..3582aea93a0 100644 --- a/dev/integration_tests/ios_platform_view_tests/ios/PlatformViewUITests/PlatformViewUITests.m +++ b/dev/integration_tests/ios_platform_view_tests/ios/PlatformViewUITests/PlatformViewUITests.m @@ -23,7 +23,7 @@ static const CGFloat kStandardTimeOut = 60.0; @implementation PlatformViewUITests - (void)setUp { - [super setup]; + [super setUp]; self.continueAfterFailure = NO; self.app = [[XCUIApplication alloc] init];