Skip to content

Commit

Permalink
test year beyond
Browse files Browse the repository at this point in the history
  • Loading branch information
jdebacker committed May 31, 2024
1 parent e94dc69 commit 088e9bc
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 @@ -69,7 +69,7 @@ def test_get_calculator_exception():
Test the get_calculator() function
"""
with pytest.raises(Exception):
assert tc.get_calculator(True, TC_LAST_YEAR + 1)
assert tc.get_calculator(TC_LAST_YEAR + 1)


def test_get_rates():
Expand Down

0 comments on commit 088e9bc

Please sign in to comment.