Skip to content

Commit 7f9966b

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 426fe19 commit 7f9966b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_pytest/_raises_group.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ def _check_type(self, exception: BaseException) -> TypeGuard[BaseExcT_co_default
292292
class RaisesGroup(AbstractRaises[BaseExceptionGroup[BaseExcT_co]]):
293293
"""
294294
.. versionadded:: 8.4
295-
295+
296296
Contextmanager for checking for an expected :exc:`ExceptionGroup`.
297297
This works similar to :func:`pytest.raises`, but allows for specifying the structure of an :exc:`ExceptionGroup`.
298298
:meth:`ExceptionInfo.group_contains` also tries to handle exception groups,

0 commit comments

Comments
 (0)