Skip to content

Commit ff5c12c

Browse files
committed
fix failing test
1 parent e72c771 commit ff5c12c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/autocomplete/src/index.spec.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,8 @@ describe('completer.completer', function () {
371371
'checkMetadataConsistency',
372372
'analyzeShardKey',
373373
'configureQueryAnalyzer',
374+
// 8.0+
375+
'getShardLocation',
374376
].includes(c)
375377
)
376378
.map((c) => `${i}${c}`);

0 commit comments

Comments
 (0)