Skip to content
This repository was archived by the owner on Aug 10, 2023. It is now read-only.

Commit

Permalink
Fix removal of RulesGermanyUpdater in tests
Browse files Browse the repository at this point in the history
Signed-off-by: Soenke Huster <[email protected]>
  • Loading branch information
eknoes committed Jun 16, 2022
1 parent f419162 commit b73006c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions covidbot/tests/test_covid_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

from covidbot.__main__ import parse_config, get_connection
from covidbot.covid_data import CovidData, RKIKeyDataUpdater, RKIHistoryUpdater, \
RulesGermanyUpdater, ICUGermanyUpdater, VaccinationGermanyUpdater, \
ICUGermanyUpdater, VaccinationGermanyUpdater, \
RValueGermanyUpdater, HospitalisationRKIUpdater, ICUGermanyHistoryUpdater


Expand Down Expand Up @@ -34,7 +34,7 @@ def setUpClass(cls) -> None:

for updater in [RValueGermanyUpdater, VaccinationGermanyUpdater,
ICUGermanyUpdater,
ICUGermanyHistoryUpdater, RulesGermanyUpdater,
ICUGermanyHistoryUpdater,
HospitalisationRKIUpdater]:
updater(cls.conn).update()

Expand Down

0 comments on commit b73006c

Please sign in to comment.