Skip to content

Commit

Permalink
Remove special haftarah for Shabbat Nachamu - the correct Haftara get…
Browse files Browse the repository at this point in the history
…s picked up automatically from regular Parashat Vaetchanan reading
  • Loading branch information
mjradwin committed Aug 8, 2022
1 parent dfd5936 commit 97e1a07
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hebcal/leyning",
"version": "4.15.2",
"version": "4.16.0",
"author": "Michael J. Radwin (https://github.com/mjradwin)",
"keywords": [
"hebcal",
Expand Down
2 changes: 0 additions & 2 deletions src/holiday-readings.json
Original file line number Diff line number Diff line change
Expand Up @@ -452,8 +452,6 @@
"M":{"p":15,"k":2,"b":"12:1","e":"12:20"}}},
"Shabbat HaGadol":{
"haft":{"k":"Malachi","b":"3:4","e":"3:24"}},
"Shabbat Nachamu":{
"haft":{"k":"Isaiah","b":"40:1","e":"40:26"}},
"Shabbat Parah":{
"haft":{"k":"Ezekiel","b":"36:16","e":"36:38"},
"fullkriyah":
Expand Down
6 changes: 1 addition & 5 deletions src/leyning.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ test('getLeyningKeyForEvent', (t) => {
'Shabbat Chazon': undefined,
'Erev Tish\'a B\'Av': undefined,
'Tish\'a B\'Av': 'Tish\'a B\'Av',
'Shabbat Nachamu': 'Shabbat Nachamu',
'Shabbat Nachamu': undefined,
'Tu B\'Av': undefined,
'Rosh Chodesh Elul': 'Rosh Chodesh Elul',
'Leil Selichot': undefined,
Expand Down Expand Up @@ -438,10 +438,6 @@ test('getLeyningForHoliday', (t) => {
t.is(getLeyningForHoliday(shavuot).fullkriyah['4'].p, 17);
const av9 = events.find((e) => e.getDesc() == 'Tish\'a B\'Av');
t.is(getLeyningForHoliday(av9).haftara, 'Jeremiah 8:13-9:23');
const nachamu = events.find((e) => e.getDesc() == 'Shabbat Nachamu');
t.is(getLeyningForHoliday(nachamu).haftara, 'Isaiah 40:1-26');
t.is(getLeyningForHoliday(nachamu).fullkriyah, undefined);
t.is(getLeyningForHoliday(nachamu).summary, undefined);
});

test('getLeyningForHoliday-RoshChodesh', (t) => {
Expand Down
1 change: 0 additions & 1 deletion src/triennial-haft.json
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,6 @@
{"k":"Malachi","b":"3:13","e":"3:24"},
{"k":"Malachi","b":"3:23","e":"3:23"}
],
"Shabbat Nachamu":{"k":"Isaiah","b":"40:1","e":"40:26"},
"Shabbat Parah":{"k":"Ezekiel","b":"36:16","e":"36:38"},
"Shabbat Shekalim":{"k":"II Kings","b":"12:1","e":"12:17"},
"Shabbat Shekalim (on Rosh Chodesh)":{"k":"II Kings","b":"12:1","e":"12:17"},
Expand Down

0 comments on commit 97e1a07

Please sign in to comment.