Skip to content

Commit bc8ac7d

Browse files
committed
Typo fix in test
1 parent e53f073 commit bc8ac7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_iostream.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def test_multi_captured(capture):
3030

3131

3232
# capfd seems to be unstable on pypy
33-
@pytest.unsuppported_on_pypy
33+
@pytest.unsupported_on_pypy
3434
def test_successful(capfd):
3535
m.raw_output("I've been output to cout, I hope!")
3636
stdout, stderr = capfd.readouterr()

0 commit comments

Comments
 (0)