diff --git a/engine/src/flutter/testing/scenario_app/run_ios_tests.sh b/engine/src/flutter/testing/scenario_app/run_ios_tests.sh index 7108bc3c69d..026aad25423 100755 --- a/engine/src/flutter/testing/scenario_app/run_ios_tests.sh +++ b/engine/src/flutter/testing/scenario_app/run_ios_tests.sh @@ -20,7 +20,7 @@ cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd pushd ios/Scenarios set -o pipefail && xcodebuild -sdk iphonesimulator \ - -scheme ScenariosTests \ + -scheme Scenarios \ -destination 'platform=iOS Simulator,name=iPhone SE' \ test \ FLUTTER_ENGINE=$FLUTTER_ENGINE | $PRETTY