File tree 3 files changed +2
-3
lines changed
packages/flutter_tools/test/general.shard
3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -1215,7 +1215,6 @@ class FakePub extends Fake implements Pub {
1215
1215
bool checkUpToDate = false ,
1216
1216
bool shouldSkipThirdPartyGenerator = true ,
1217
1217
bool printProgress = true ,
1218
- PubOutputMode outputMode = PubOutputMode .standard,
1219
1218
}) async {
1220
1219
calledGet += 1 ;
1221
1220
}
Original file line number Diff line number Diff line change @@ -675,7 +675,7 @@ exit code: 66
675
675
await pub.get (
676
676
project: FlutterProject .fromDirectoryTest (fileSystem.currentDirectory),
677
677
context: PubContext .flutterTests,
678
- outputMode : PubOutputMode .none ,
678
+ printProgress : false ,
679
679
);
680
680
} on ToolExit {
681
681
// Ignore.
Original file line number Diff line number Diff line change @@ -956,7 +956,7 @@ class FakePub extends Fake implements Pub {
956
956
String ? flutterRootOverride,
957
957
bool checkUpToDate = false ,
958
958
bool shouldSkipThirdPartyGenerator = true ,
959
- PubOutputMode outputMode = PubOutputMode .standard ,
959
+ bool printProgress = true ,
960
960
}) async { }
961
961
}
962
962
You can’t perform that action at this time.
0 commit comments