Unverified Commit a2cd16ba authored by Christopher Fujino's avatar Christopher Fujino Committed by GitHub

use test logger, which does not allow colors (#90010)

parent 0f0613c0
......@@ -114,10 +114,7 @@ void testUsingContext(
HttpClient: () => FakeHttpClient.any(),
IOSSimulatorUtils: () => const NoopIOSSimulatorUtils(),
OutputPreferences: () => OutputPreferences.test(),
Logger: () => BufferLogger(
terminal: globals.terminal,
outputPreferences: globals.outputPreferences,
),
Logger: () => BufferLogger.test(),
OperatingSystemUtils: () => FakeOperatingSystemUtils(),
PersistentToolState: () => buildPersistentToolState(globals.fs),
Usage: () => TestUsage(),
......
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