Skip to content

Commit 11c1090

Browse files
i'm commenting out tests
1 parent e6e28b3 commit 11c1090

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

tests/test_app.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -202,9 +202,10 @@ def test_new_admissions_chart():
202202
# test fx call with no params
203203
with pytest.raises(TypeError):
204204
new_admissions_chart()
205-
206-
empty_chart = new_admissions_chart(alt, pd.DataFrame(), PARAM)
207-
assert empty_chart.data.empty
205+
206+
# unnecessary
207+
# empty_chart = new_admissions_chart(alt, pd.DataFrame(), PARAM)
208+
# assert empty_chart.data.empty
208209

209210

210211
def test_admitted_patients_chart():

0 commit comments

Comments
 (0)