Skip to content

Commit e8937ac

Browse files
committed
format
1 parent 4a0f9c5 commit e8937ac

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

firebase-firestore/src/test/java/com/google/firebase/firestore/local/LocalSerializerTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -422,9 +422,8 @@ public void localSerializerDropsExpectedCountInTargetData() {
422422
snapshotVersion,
423423
limboFreeVersion,
424424
resumeToken,
425-
42);
425+
/* expectedCount= */ 1234);
426426

427-
// Let the RPC serializer test various permutations of query serialization.
428427
com.google.firestore.v1.Target.QueryTarget queryTarget =
429428
remoteSerializer.encodeQueryTarget(query.toTarget());
430429

firebase-firestore/src/test/java/com/google/firebase/firestore/remote/RemoteSerializerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1221,7 +1221,7 @@ public void encodesExpectedCountWhenReadTimeIsPresent() {
12211221
}
12221222

12231223
@Test
1224-
public void doesNotEncodeExpectedCountWithoutResumeTokenOrReadTime() {
1224+
public void ignoresExpectedCountWithoutResumeTokenOrReadTime() {
12251225
Query q = Query.atPath(ResourcePath.fromString("docs"));
12261226
TargetData targetData =
12271227
new TargetData(q.toTarget(), 1, 2, QueryPurpose.LISTEN).withExpectedCount(42);

0 commit comments

Comments
 (0)