Skip to content

Commit e8aea8c

Browse files
committed
Fix test
1 parent d3a1319 commit e8aea8c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/penn_chime/test_parameters.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def test_cli_defaults():
88
_ = Parameters.create({'PARAMETERS': './defaults/cli.cfg'}, [])
99

1010

11-
def test_streamlit_defaults():
12-
"""Ensure the streamlit defaults have beedn updated."""
11+
def test_webapp_defaults():
12+
"""Ensure the webapp defaults have been updated."""
1313
# TODO how to make this work when the module is installed?
14-
_ = Parameters.create({'PARAMETERS': './defaults/streamlit.cfg'}, [])
14+
_ = Parameters.create({'PARAMETERS': './defaults/webapp.cfg'}, [])

0 commit comments

Comments
 (0)