[MIRROR] Replaces US Indigenous People's Day with International Indigenous People's Day (#2356)

* Replaces US Indigenous People's Day with International Indigenous People's Day (#55458)

Title. This modifies a unit test that tested the holiday I'm removing to test mother's day instead, as International Indigenous People's Day isn't an nth week holiday.

* Replaces US Indigenous People's Day with International Indigenous People's Day

Co-authored-by: interestingusernam3 <51925758+interestingusernam3@users.noreply.github.com>
This commit is contained in:
SkyratBot
2020-12-29 02:38:46 +00:00
committed by GitHub
co-authored by interestingusernam3
parent 2f2017da79
commit 22854490e7
3 changed files with 11 additions and 10 deletions
+3 -3
View File
@@ -14,9 +14,9 @@
TEST_ASSERT(thanksgiving.shouldCelebrate(26, NOVEMBER, 2020, THURSDAY), "November 26, 2020 was not Thanksgiving.")
// another nth day of week
/datum/unit_test/indigenous_3683/Run()
var/datum/holiday/nth_week/indigenous/indigenous = new
TEST_ASSERT(indigenous.shouldCelebrate(11, OCTOBER, 3683, MONDAY), "October 11, 3683 was not Indigenous Peoples' Day.")
/datum/unit_test/mother_3683/Run()
var/datum/holiday/nth_week/mother/mother = new
TEST_ASSERT(mother.shouldCelebrate(9, MAY, 3683, 2, SUNDAY), "May 9, 3683 was not Mother's Day.")
// plain old simple holiday
/datum/unit_test/hello_2020/Run()