Skip to content

Commit 9fd7d5b

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 1eef471 commit 9fd7d5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/code/test_excinfo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def test_excinfo_from_exception_simple() -> None:
6363

6464

6565
def test_excinfo_from_exception_missing_traceback_assertion() -> None:
66-
with pytest.raises(AssertionError, match=r'must have.*__traceback__'):
66+
with pytest.raises(AssertionError, match=r"must have.*__traceback__"):
6767
_pytest._code.ExceptionInfo.from_exception(ValueError())
6868

6969

0 commit comments

Comments
 (0)