Skip to content

Commit

Permalink
fix: remove unused test
Browse files Browse the repository at this point in the history
  • Loading branch information
aquemy committed Dec 21, 2022
1 parent 3ea626d commit 2170338
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/issues/test_issue215.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,3 @@
)
def test_issue215(ratio, expected_formatting):
assert fmt_percent(ratio) == expected_formatting


@pytest.mark.parametrize("ratio", [100, 1.2])
def test_issue215_exception(ratio):
with pytest.raises(ValueError):
fmt_percent(ratio)

0 comments on commit 2170338

Please sign in to comment.