Skip to content

Commit b698b12

Browse files
committed
test for year 2045
1 parent 5d8d7b3 commit b698b12

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/Getters/ParshiosTest.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)