File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/test/java/com/kosherjava/zmanim/hebrewcalendar Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ public void testCorrectDaf1() {
15
15
Daf daf = YomiCalculator .getDafYomiBavli (jewishCalendar );
16
16
Assert .assertEquals (5 , daf .getMasechtaNumber ());
17
17
Assert .assertEquals (2 , daf .getDaf ());
18
- System .out .println (hdf .formatDafYomiYerushalmi (jewishCalendar .getDafYomiBavli ()));
18
+ System .out .println (hdf .formatDafYomiBavli (jewishCalendar .getDafYomiBavli ()));
19
19
}
20
20
21
21
@ Test
@@ -24,7 +24,7 @@ public void testCorrectDaf2() {
24
24
Daf daf = YomiCalculator .getDafYomiBavli (jewishCalendar );
25
25
Assert .assertEquals (4 , daf .getMasechtaNumber ());
26
26
Assert .assertEquals (14 , daf .getDaf ());
27
- System .out .println (hdf .formatDafYomiYerushalmi (jewishCalendar .getDafYomiBavli ()));
27
+ System .out .println (hdf .formatDafYomiBavli (jewishCalendar .getDafYomiBavli ()));
28
28
}
29
29
30
30
@ Test
@@ -33,6 +33,6 @@ public void testCorrectDaf3() {
33
33
Daf daf = YomiCalculator .getDafYomiBavli (jewishCalendar );
34
34
Assert .assertEquals (23 , daf .getMasechtaNumber ());
35
35
Assert .assertEquals (47 , daf .getDaf ());
36
- System .out .println (hdf .formatDafYomiYerushalmi (jewishCalendar .getDafYomiBavli ()));
36
+ System .out .println (hdf .formatDafYomiBavli (jewishCalendar .getDafYomiBavli ()));
37
37
}
38
38
}
You can’t perform that action at this time.
0 commit comments