Skip to content

Commit a57fc8d

Browse files
dackers86pr-Mais
andauthored
Update firestore-bigquery-export/firestore-bigquery-change-tracker/src/__tests__/bigquery/e2e.test.ts
Co-authored-by: Mais Alheraki <[email protected]>
1 parent 3f1c9a3 commit a57fc8d

File tree

1 file changed

+1
-1
lines changed
  • firestore-bigquery-export/firestore-bigquery-change-tracker/src/__tests__/bigquery

1 file changed

+1
-1
lines changed

firestore-bigquery-export/firestore-bigquery-change-tracker/src/__tests__/bigquery/e2e.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ describe("e2e", () => {
267267
);
268268
});
269269

270-
test("successfully partitions with a valid Firebase Timestamp value with a timestamp field and Timestamp type", async () => {
270+
test("successfully partitions with a valid Firebase Timestamp value with `timestamp` as field name and Timestamp type", async () => {
271271
const created = firestore.Timestamp.now();
272272
const expectedDate = created.toDate().toISOString().substring(0, 22);
273273

0 commit comments

Comments
 (0)