Skip to content

Commit

Permalink
add fix on future date also on deprecated files
Browse files Browse the repository at this point in the history
  • Loading branch information
MacondoExpress committed Feb 24, 2025
1 parent 40ab466 commit aaa1009
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ describe("LocalDateTime - deprecated filters", () => {
"should filter based on localDT comparison, for filter %s",
async (filter) => {
const futureId = generate({ readable: false });
const future = "2025-02-18T18:10:55.462Z".split("Z")[0];
const future = "6025-02-18T18:10:55.462Z".split("Z")[0];
const parsedFuture = parseLocalDateTime(future);
const neo4jFuture = new neo4jDriver.types.LocalDateTime(
parsedFuture.year,
Expand Down

0 comments on commit aaa1009

Please sign in to comment.