adjusted comment in splash_messages.test.ts

This commit is contained in:
damocleas 2025-03-17 13:51:16 -04:00 committed by GitHub
parent f780ff8ba5
commit 79da85db7d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -30,7 +30,7 @@ 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 Jan 1 to Jan 15", () => { it("should contain april fools messages from April 1 to April 2", () => {
testSeason(new Date("2025-04-01"), new Date("2025-04-02"), "aprilFools"); testSeason(new Date("2025-04-01"), new Date("2025-04-02"), "aprilFools");
}); });