From aaa10094577a823f2b1cf60ac958aaceaba97231 Mon Sep 17 00:00:00 2001 From: MacondoExpress Date: Mon, 24 Feb 2025 16:24:43 +0000 Subject: [PATCH] add fix on future date also on deprecated files --- .../types/types-localdatetime-filter-deprecated.int.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/graphql/tests/integration/deprecations/generic-filtering/types/types-localdatetime-filter-deprecated.int.test.ts b/packages/graphql/tests/integration/deprecations/generic-filtering/types/types-localdatetime-filter-deprecated.int.test.ts index bb549fb55f..df29dbbcab 100644 --- a/packages/graphql/tests/integration/deprecations/generic-filtering/types/types-localdatetime-filter-deprecated.int.test.ts +++ b/packages/graphql/tests/integration/deprecations/generic-filtering/types/types-localdatetime-filter-deprecated.int.test.ts @@ -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,