Skip to content

Commit df64ca0

Browse files
authored
Change android_plugin_new_output_dir_test.dart test description (#149198)
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 �
1 parent fdca33c commit df64ca0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/flutter_tools/test/integration.shard/android_plugin_new_output_dir_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ void main() {
2525
tryToDelete(tempDir);
2626
});
2727

28-
test("error logged when plugin's build output dir was not private.", () async {
28+
test('plugins use individualized build directories based on their name.', () async {
2929
final String flutterBin = fileSystem.path.join(
3030
getFlutterRoot(),
3131
'bin',

0 commit comments

Comments
 (0)