make pub get test shufflable (#48095)

This commit is contained in:
Dan Field 2020-01-03 08:13:03 -08:00 committed by Flutter GitHub Bot
parent 628e8543f8
commit d7c347f027

View file

@ -31,6 +31,10 @@ void main() {
Cache.flutterRoot = getFlutterRoot();
});
tearDown(() {
MockDirectory.findCache = false;
});
testUsingContext('pub get 69', () async {
String error;