File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -284,7 +284,7 @@ public function yuntif_does_not_have_a_parsha()
284284 }
285285
286286 /** @test */
287- public function vayakheil_pekudei_in_longer_year ()
287+ public function vayakheil_pekudei_in_longer_year_issues_33 ()
288288 {
289289 $ this ->assertEquals ('Vayakheil ' , Zman::parse ('03/22/2025 ' )->parsha );
290290 $ this ->assertEquals ('Pekudei ' , Zman::parse ('03/29/2025 ' )->parsha );
@@ -293,5 +293,7 @@ public function vayakheil_pekudei_in_longer_year()
293293 // Acording to https://www.chabad.org/calendar/view/day.asp?tdate=3/14/2037
294294 // and https://www.hebcal.com/sedrot/5797?i=off it should be together
295295 $ this ->assertEquals ('Vayakheil - Pekudei ' , Zman::parse ('03/14/2037 ' )->parsha );
296+
297+ $ this ->assertEquals ('Vayakheil ' , Zman::parse ('03/11/2045 ' )->parsha );
296298 }
297299}
You can’t perform that action at this time.
0 commit comments