Skip to content

Commit 5590813

Browse files
committed
target_index_matcher.test.ts: rename test from "order by" to "order bys"
1 parent 4374ce7 commit 5590813

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firestore/test/unit/model/target_index_matcher.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -747,7 +747,7 @@ describe('Target Bounds', () => {
747747
validateBuildTargetIndexCreateFullMatchIndex
748748
));
749749

750-
it('queries with order by', () =>
750+
it('queries with order bys', () =>
751751
queriesWithOrderBy.forEach(validateBuildTargetIndexCreateFullMatchIndex));
752752

753753
it('queries with inequalities uses single field index', () =>

0 commit comments

Comments
 (0)