Skip to content

Commit 46f2e0d

Browse files
committed
reduce diff
1 parent 06464c9 commit 46f2e0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/tools/unified-spec-runner/entities.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,8 +237,8 @@ export class UnifiedMongoClient extends MongoClient {
237237
}
238238

239239
super(uri, options);
240-
this.logCollector = logCollector;
241240
this.observedEventEmitter.on('error', () => null);
241+
this.logCollector = logCollector;
242242
this.observeSensitiveCommands = description.observeSensitiveCommands ?? false;
243243

244244
this.ignoredEvents = [

0 commit comments

Comments
 (0)