Skip to content

Commit 8ae6f1d

Browse files
committed
serializer.helper.ts: fix test for changes to expectedCount
1 parent 699908f commit 8ae6f1d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/firestore/test/unit/remote/serializer.helper.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1778,8 +1778,7 @@ export function serializerTest(
17781778
}
17791779
},
17801780
resumeToken: new Uint8Array([1, 2, 3]),
1781-
targetId: 1,
1782-
expectedCount: undefined
1781+
targetId: 1
17831782
};
17841783
expect(result).to.deep.equal(expected);
17851784
});

0 commit comments

Comments
 (0)