From 58832edbb9d3228d01c4adbbf4c8107ea08bc055 Mon Sep 17 00:00:00 2001 From: damocleas Date: Wed, 26 Mar 2025 00:38:27 -0400 Subject: [PATCH] Update splash_messages.test.ts --- test/data/splash_messages.test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/data/splash_messages.test.ts b/test/data/splash_messages.test.ts index 2e340864f9c..bd29a17339a 100644 --- a/test/data/splash_messages.test.ts +++ b/test/data/splash_messages.test.ts @@ -30,8 +30,8 @@ describe("Data - Splash Messages", () => { testSeason(new Date("2025-02-07"), new Date("2025-02-21"), "valentines"); }); - it("should contain april fools messages from April 1 to April 2", () => { - testSeason(new Date("2025-04-01"), new Date("2025-04-02"), "aprilFools"); + it("should contain april fools messages from April 1 to April 3", () => { + testSeason(new Date("2025-04-01"), new Date("2025-04-03"), "aprilFools"); }); it("should contain halloween messages from Oct 15 to Oct 31", () => {