Skip to content

Commit 9191a32

Browse files
author
Eric Smyth
committed
Fix typo in calculation of mitigated daily growth
1 parent d29c8de commit 9191a32

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
@@ -103,7 +103,7 @@ def test_mitigation_statement():
103103
def test_daily_growth():
104104
st.cleanup()
105105
initial_growth = "and daily growth rate of **12.25%**."
106-
mitigated_growth = "and daily growth rate of **1.18%**."
106+
mitigated_growth = "and daily growth rate of **9.34%**."
107107
display_header(st, PARAM)
108108
assert len((list(filter(lambda s: initial_growth in s, st.render_store))))
109109
assert len((list(filter(lambda s: mitigated_growth in s, st.render_store))))

0 commit comments

Comments
 (0)