Skip to content

Commit

Permalink
Render molad times with 24h
Browse files Browse the repository at this point in the history
  • Loading branch information
mjradwin committed Jan 1, 2024
1 parent e25ec2d commit acdcbf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/classic-rest-api.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ test('yerushalmi-yomi', (t) => {
});

test('molad', (t) => {
const options = {year: 2022, molad: true, noHolidays: true};
const options = {year: 2022, molad: true, noHolidays: true, hour12: false};
const events = HebrewCalendar.calendar(options);
const apiResult = eventsToClassicApi(events.slice(2, 5), options, false);
const expected = [{
Expand Down

0 comments on commit acdcbf5

Please sign in to comment.