Skip to content

Commit

Permalink
Fix date test
Browse files Browse the repository at this point in the history
  • Loading branch information
etienne-dldc committed May 26, 2024
1 parent eaa520b commit cbecd0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ Deno.test("read and write datatypes", () => {
id: "1",
text: "test",
boolean: true,
date: new Date(2022, 8, 13, 15, 25, 12, 250),
date: new Date(1663075512250),
integer: 42,
number: 3.14,
json: { foo: "bar", baz: true },
Expand Down

0 comments on commit cbecd0e

Please sign in to comment.