We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d29c8de commit 9191a32Copy full SHA for 9191a32
tests/test_app.py
@@ -103,7 +103,7 @@ def test_mitigation_statement():
103
def test_daily_growth():
104
st.cleanup()
105
initial_growth = "and daily growth rate of **12.25%**."
106
- mitigated_growth = "and daily growth rate of **1.18%**."
+ mitigated_growth = "and daily growth rate of **9.34%**."
107
display_header(st, PARAM)
108
assert len((list(filter(lambda s: initial_growth in s, st.render_store))))
109
assert len((list(filter(lambda s: mitigated_growth in s, st.render_store))))
0 commit comments