Skip to content

Commit

Permalink
Change android_plugin_new_output_dir_test.dart test description (#1…
Browse files Browse the repository at this point in the history
…49198)

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 �
  • Loading branch information
gmackall authored May 28, 2024
1 parent fdca33c commit df64ca0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit df64ca0

Please sign in to comment.