mirror of
https://github.com/flutter/packages.git
synced 2025-06-05 19:17:51 +08:00
[tool] Add pigeon support to update-dependency (#3640)
[tool] Add pigeon support to update-dependency
This commit is contained in:
@ -161,8 +161,8 @@ void main() {
|
||||
createFakePlugin('plugina', packagesDir);
|
||||
|
||||
processRunner.mockProcessesForExecutable[
|
||||
getFlutterCommand(const LocalPlatform())] = <io.Process>[
|
||||
MockProcess(exitCode: 1)
|
||||
getFlutterCommand(const LocalPlatform())] = <FakeProcessInfo>[
|
||||
FakeProcessInfo(MockProcess(exitCode: 1), <String>['pub', 'get'])
|
||||
];
|
||||
Error? commandError;
|
||||
final List<String> output = await runCapturingPrint(
|
||||
|
Reference in New Issue
Block a user