Skip to content

Commit eb0256a

Browse files
committed
Fixed test
1 parent 070e1eb commit eb0256a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Tests/test_deprecate.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ def test_unknown_version() -> None:
4747
],
4848
)
4949
def test_old_version(deprecated: str, plural: bool, expected: str) -> None:
50-
expected = r""
5150
with pytest.raises(RuntimeError, match=expected):
5251
_deprecate.deprecate(deprecated, 1, plural=plural)
5352

0 commit comments

Comments
 (0)