Skip to content

Commit 3b66f0b

Browse files
fix add_Date param in test_chart_description
1 parent 1a7eab1 commit 3b66f0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ def test_chart_descriptions():
288288
# census chart
289289
census_df = pd.read_csv('tests/census_df.csv')
290290
census_df = census_df.rename(columns={'hosp': 'Hospitalized', 'icu': 'ICU', 'vent': 'Ventilated'})
291-
chart = admitted_patients_chart(alt, census_df, PARAM, as_date=True)
291+
chart = admitted_patients_chart(alt, census_df, PARAM)
292292
description = chart_descriptions(chart)
293293

294294
assert str(ceil(chart.data['Ventilated'].max())) in description

0 commit comments

Comments
 (0)