Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewkolos committed Jan 11, 2023
1 parent 445dbc4 commit 8a3182d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion packages/flutter_tools/test/general.shard/cache_test.dart
Expand Up @@ -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;
}
Expand Down
Expand Up @@ -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.
Expand Down
Expand Up @@ -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 { }
}

Expand Down

0 comments on commit 8a3182d

Please sign in to comment.