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

This commit is contained in:
Christopher Fujino 2021-09-14 11:22:02 -07:00 committed by GitHub
parent 0f0613c0ae
commit a2cd16ba82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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(),