Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelnabil230 committed Jan 30, 2024
1 parent 007de89 commit 2f0593a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions src/Countries/Egypt.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ protected function allHolidays(int $year): array
/** @return array<string, string|CarbonImmutable> */
protected function variableHolidays(int $year): array
{
return [
// TODO: Add more holidays
];
// The variable holidays all follow the lunar calendar, so their dates are not confirmed.
return [];
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,4 @@
"name": "December Solstice",
"date": "2024-12-21"
}
]
]

0 comments on commit 2f0593a

Please sign in to comment.