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 3f1c9a3 commit a57fc8dCopy full SHA for a57fc8d
firestore-bigquery-export/firestore-bigquery-change-tracker/src/__tests__/bigquery/e2e.test.ts
@@ -267,7 +267,7 @@ describe("e2e", () => {
267
);
268
});
269
270
- test("successfully partitions with a valid Firebase Timestamp value with a timestamp field and Timestamp type", async () => {
+ test("successfully partitions with a valid Firebase Timestamp value with `timestamp` as field name and Timestamp type", async () => {
271
const created = firestore.Timestamp.now();
272
const expectedDate = created.toDate().toISOString().substring(0, 22);
273
0 commit comments