File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
packages/flutter_tools/test/general.shard Expand file tree Collapse file tree 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 {
12151215 bool checkUpToDate = false ,
12161216 bool shouldSkipThirdPartyGenerator = true ,
12171217 bool printProgress = true ,
1218- PubOutputMode outputMode = PubOutputMode .standard,
12191218 }) async {
12201219 calledGet += 1 ;
12211220 }
Original file line number Diff line number Diff line change @@ -675,7 +675,7 @@ exit code: 66
675675 await pub.get (
676676 project: FlutterProject .fromDirectoryTest (fileSystem.currentDirectory),
677677 context: PubContext .flutterTests,
678- outputMode : PubOutputMode .none ,
678+ printProgress : false ,
679679 );
680680 } on ToolExit {
681681 // Ignore.
Original file line number Diff line number Diff line change @@ -956,7 +956,7 @@ class FakePub extends Fake implements Pub {
956956 String ? flutterRootOverride,
957957 bool checkUpToDate = false ,
958958 bool shouldSkipThirdPartyGenerator = true ,
959- PubOutputMode outputMode = PubOutputMode .standard ,
959+ bool printProgress = true ,
960960 }) async { }
961961}
962962
You can’t perform that action at this time.
0 commit comments