Skip to content

Commit 71a6987

Browse files
committed
typing with test
1 parent e1b6033 commit 71a6987

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/test_capture.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1567,7 +1567,7 @@ def test_encodedfile_writelines(tmpfile: BinaryIO) -> None:
15671567
ef.read()
15681568

15691569

1570-
def test__get_multicapture():
1570+
def test__get_multicapture() -> None:
15711571
assert isinstance(_get_multicapture("fd"), MultiCapture)
15721572
pytest.raises(ValueError, _get_multicapture, "unknown").match(
15731573
r"^unknown capturing method: 'unknown'"

0 commit comments

Comments
 (0)