mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-20 15:22:19 +02:00
adjusted comment in splash_messages.test.ts
This commit is contained in:
parent
f780ff8ba5
commit
79da85db7d
@ -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");
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user