Skip to content

Commit a7a18f6

Browse files
Typo
1 parent 4008cd5 commit a7a18f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firebase-firestore/src/test/java/com/google/firebase/firestore/model/FieldIndexTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public void comparatorIncludesSegmentKind() {
7878
}
7979

8080
@Test
81-
public void comparatorIncludesSegmentsLength() {
81+
public void comparatorIncludesSegmentLength() {
8282
FieldIndex indexOriginal = fieldIndex("collA", "a", FieldIndex.Segment.Kind.ASCENDING);
8383
FieldIndex indexSame = fieldIndex("collA", "a", FieldIndex.Segment.Kind.ASCENDING);
8484
FieldIndex indexDifferent =

0 commit comments

Comments
 (0)