We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4008cd5 commit a7a18f6Copy full SHA for a7a18f6
firebase-firestore/src/test/java/com/google/firebase/firestore/model/FieldIndexTest.java
@@ -78,7 +78,7 @@ public void comparatorIncludesSegmentKind() {
78
}
79
80
@Test
81
- public void comparatorIncludesSegmentsLength() {
+ public void comparatorIncludesSegmentLength() {
82
FieldIndex indexOriginal = fieldIndex("collA", "a", FieldIndex.Segment.Kind.ASCENDING);
83
FieldIndex indexSame = fieldIndex("collA", "a", FieldIndex.Segment.Kind.ASCENDING);
84
FieldIndex indexDifferent =
0 commit comments