diff --git a/packages/test-utils/src/index.ts b/packages/test-utils/src/index.ts index f80209e1c0..e6cc6958b5 100644 --- a/packages/test-utils/src/index.ts +++ b/packages/test-utils/src/index.ts @@ -12,7 +12,7 @@ import { Readable } from 'stream' export type Event = string -const logger = new Logger('index') +const logger = new Logger('test-utils') /** * Collect data of a stream into an array. The array is wrapped in a