Skip to content

Commit 0a13587

Browse files
author
Nick Canzoneri
committed
Modify test to add date display projections
1 parent 0322290 commit 0a13587

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_app.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +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+
PARAM.as_date = True
291292
chart = admitted_patients_chart(alt, census_df, PARAM)
292293
description = chart_descriptions(chart)
293294

0 commit comments

Comments
 (0)