Rename integration_tests/external_ui but do not touch anything else... (#142238)

Part of https://github.com/flutter/flutter/issues/142178.
This commit is contained in:
Matan Lurey
2024-01-25 13:08:16 -08:00
committed by GitHub
parent f037b7ae7a
commit f61d2f53c6
28 changed files with 4 additions and 4 deletions

View File

@@ -42,7 +42,7 @@ TaskFunction createIntegrationTestFlavorsTest({Map<String, String>? environment}
TaskFunction createExternalUiFrameRateIntegrationTest() {
return DriverTest(
'${flutterDirectory.path}/dev/integration_tests/external_ui',
'${flutterDirectory.path}/dev/integration_tests/external_textures',
'lib/frame_rate_main.dart',
).call;
}