[go: nahoru, domu]

Skip to content

Commit

Permalink
Update firestore-bigquery-export/firestore-bigquery-change-tracker/sr…
Browse files Browse the repository at this point in the history
…c/__tests__/bigquery/e2e.test.ts

Co-authored-by: Mais Alheraki <mais.alheraki@gmail.com>
  • Loading branch information
dackers86 and pr-Mais committed May 15, 2024
1 parent 3f1c9a3 commit a57fc8d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ describe("e2e", () => {
);
});

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 () => {
const created = firestore.Timestamp.now();
const expectedDate = created.toDate().toISOString().substring(0, 22);

Expand Down

0 comments on commit a57fc8d

Please sign in to comment.