Skip to content

Commit 873b21e

Browse files
author
Anna Gringauze
authored
fixed flutter pub get failure in tests (flutter#55499)
1 parent 4844a33 commit 873b21e

File tree

1 file changed

+1
-0
lines changed
  • packages/flutter_tools/test/integration.shard/test_data

1 file changed

+1
-0
lines changed

packages/flutter_tools/test/integration.shard/test_data/project.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ abstract class Project {
4040
writeFile(globals.fs.path.join(dir.path, 'test', 'test.dart'), test);
4141
}
4242
writeFile(globals.fs.path.join(dir.path, 'web', 'index.html'), _kDefaultHtml);
43+
writePackages(dir.path);
4344
await getPackages(dir.path);
4445
}
4546

0 commit comments

Comments
 (0)