mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
fix tests
This commit is contained in:
parent
445dbc443d
commit
8a3182d3b9
@ -1215,7 +1215,6 @@ class FakePub extends Fake implements Pub {
|
||||
bool checkUpToDate = false,
|
||||
bool shouldSkipThirdPartyGenerator = true,
|
||||
bool printProgress = true,
|
||||
PubOutputMode outputMode = PubOutputMode.standard,
|
||||
}) async {
|
||||
calledGet += 1;
|
||||
}
|
||||
|
@ -675,7 +675,7 @@ exit code: 66
|
||||
await pub.get(
|
||||
project: FlutterProject.fromDirectoryTest(fileSystem.currentDirectory),
|
||||
context: PubContext.flutterTests,
|
||||
outputMode: PubOutputMode.none,
|
||||
printProgress: false,
|
||||
);
|
||||
} on ToolExit {
|
||||
// Ignore.
|
||||
|
@ -956,7 +956,7 @@ class FakePub extends Fake implements Pub {
|
||||
String? flutterRootOverride,
|
||||
bool checkUpToDate = false,
|
||||
bool shouldSkipThirdPartyGenerator = true,
|
||||
PubOutputMode outputMode = PubOutputMode.standard,
|
||||
bool printProgress = true,
|
||||
}) async { }
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user