Skip to content

Commit dd8ac83

Browse files
Merge branch 'mrschmidt/targetindexmatcher' of github.com:firebase/firebase-js-sdk into mrschmidt/targetindexmatcher
2 parents ef609b2 + aa59e04 commit dd8ac83

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
@@ -675,7 +675,7 @@ describe('Target Bounds', () => {
675675
...(fieldsAndKind.reduce((previous: unknown[][], current) => {
676676
if (
677677
previous.length === 0 ||
678-
previous[previous.length - 1].length == 2
678+
previous[previous.length - 1].length === 2
679679
) {
680680
previous.push([]);
681681
}

0 commit comments

Comments
 (0)