From df64ca0b111147d4ebc71bc8775823617faa82e4 Mon Sep 17 00:00:00 2001 From: Gray Mackall <34871572+gmackall@users.noreply.github.com> Date: Tue, 28 May 2024 16:04:10 -0700 Subject: [PATCH] Change `android_plugin_new_output_dir_test.dart` test description (#149198) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changes the test description to what I understand it is testing. Context at https://discord.com/channels/608014603317936148/846507907876257822/1245077048599515157. cc @chunfengyao as the original author, as I see you are still active on Github 🙂 --- .../integration.shard/android_plugin_new_output_dir_test.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/flutter_tools/test/integration.shard/android_plugin_new_output_dir_test.dart b/packages/flutter_tools/test/integration.shard/android_plugin_new_output_dir_test.dart index 872e9c0cbf..2452588765 100644 --- a/packages/flutter_tools/test/integration.shard/android_plugin_new_output_dir_test.dart +++ b/packages/flutter_tools/test/integration.shard/android_plugin_new_output_dir_test.dart @@ -25,7 +25,7 @@ void main() { tryToDelete(tempDir); }); - test("error logged when plugin's build output dir was not private.", () async { + test('plugins use individualized build directories based on their name.', () async { final String flutterBin = fileSystem.path.join( getFlutterRoot(), 'bin',