Skip to content

Commit 1bf32ae

Browse files
authored
Fix test (#8996)
2 parents 070e1eb + eb0256a commit 1bf32ae

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)