make pub get test shufflable (#48095)
This commit is contained in:
parent
628e8543f8
commit
d7c347f027
@ -31,6 +31,10 @@ void main() {
|
|||||||
Cache.flutterRoot = getFlutterRoot();
|
Cache.flutterRoot = getFlutterRoot();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
tearDown(() {
|
||||||
|
MockDirectory.findCache = false;
|
||||||
|
});
|
||||||
|
|
||||||
testUsingContext('pub get 69', () async {
|
testUsingContext('pub get 69', () async {
|
||||||
String error;
|
String error;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user