Commit 1a01de9a authored by xster's avatar xster Committed by GitHub

test missed a mock (#11098)

parent 12b39528
...@@ -270,6 +270,7 @@ void main() { ...@@ -270,6 +270,7 @@ void main() {
}, },
overrides: <Type, Generator>{ overrides: <Type, Generator>{
ProcessManager: () => mockProcessManager, ProcessManager: () => mockProcessManager,
Config: () => mockConfig,
AnsiTerminal: () => testTerminal, AnsiTerminal: () => testTerminal,
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment