Skip to content

Commit b3610e5

Browse files
committed
fix: typo
1 parent cf8a72f commit b3610e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/integration/enumerate_indexes.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ new UnifiedTestSuiteBuilder('listIndexes with comment option')
2424
{
2525
commandStartedEvent: {
2626
command: {
27-
listIndexes: 'coll0',
27+
listIndexes: 'collection0',
2828
comment: { $$exists: false }
2929
}
3030
}

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ export class EntitiesMap<E = Entity> extends Map<string, E> {
449449
// startup events are never part of testing
450450
for (const [, client] of map.mapOf('client')) {
451451
client.commandEvents = [];
452-
client.cmapEvents = [];
452+
// client.cmapEvents = []; TODO connect optional PR
453453
}
454454

455455
return map;

0 commit comments

Comments
 (0)