Skip to content

Commit e685c16

Browse files
committed
test: Update tests
1 parent c9c4478 commit e685c16

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/to_refactor/python/test_us_policy_macro.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ def utah_reform_runner(rest_client, region: str = "us"):
7777
)
7878

7979
assert (
80-
result["intra_decile"]["all"]["Lose less than 5%"] / 0.622 - 1
80+
result["intra_decile"]["all"]["Lose less than 5%"] / 0.637 - 1
8181
) < 0.01, (
82-
f"Expected 62.2% of people to lose less than 5%, got "
82+
f"Expected 63.7% of people to lose less than 5%, got "
8383
f"{result['intra_decile']['all']['Lose less than 5%']}"
8484
)
8585

0 commit comments

Comments
 (0)