diff --git a/src/Nager.Date/HolidayProviders/GermanyHolidayProvider.cs b/src/Nager.Date/HolidayProviders/GermanyHolidayProvider.cs index 82eb67d9..1ad0525f 100644 --- a/src/Nager.Date/HolidayProviders/GermanyHolidayProvider.cs +++ b/src/Nager.Date/HolidayProviders/GermanyHolidayProvider.cs @@ -113,7 +113,7 @@ protected override IEnumerable GetHolidaySpecifications(in HolidayTypes = HolidayTypes.Public }, this._catholicProvider.GoodFriday("Karfreitag", year), - this._catholicProvider.EasterSunday("Ostersonntag", year).SetSubdivisionCodes("DE-BB", "DE-HE"), + this._catholicProvider.EasterSunday("Ostersonntag", year).SetSubdivisionCodes("DE-BB"), this._catholicProvider.EasterMonday("Ostermontag", year), this._catholicProvider.AscensionDay("Christi Himmelfahrt", year), this._catholicProvider.Pentecost("Pfingstsonntag", year).SetSubdivisionCodes("DE-BB", "DE-HE"),