Update splash_messages.test.ts

This commit is contained in:
damocleas 2025-03-26 00:38:27 -04:00 committed by GitHub
parent e08c299963
commit 58832edbb9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -30,8 +30,8 @@ describe("Data - Splash Messages", () => {
testSeason(new Date("2025-02-07"), new Date("2025-02-21"), "valentines"); testSeason(new Date("2025-02-07"), new Date("2025-02-21"), "valentines");
}); });
it("should contain april fools messages from April 1 to April 2", () => { it("should contain april fools messages from April 1 to April 3", () => {
testSeason(new Date("2025-04-01"), new Date("2025-04-02"), "aprilFools"); testSeason(new Date("2025-04-01"), new Date("2025-04-03"), "aprilFools");
}); });
it("should contain halloween messages from Oct 15 to Oct 31", () => { it("should contain halloween messages from Oct 15 to Oct 31", () => {