Skip to content

Commit

Permalink
try to catch one more line
Browse files Browse the repository at this point in the history
  • Loading branch information
jdebacker committed May 23, 2024
1 parent 7d1b848 commit 4a0ec23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ccc/tests/test_get_taxcalc_rates.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

@pytest.mark.parametrize(
"baseline",
[(True), (False, None)],
[(True), (False)],
ids=["baseline", "reform"],
)
def test_get_calculator_cps(baseline):
Expand Down

0 comments on commit 4a0ec23

Please sign in to comment.