Skip to content

Commit

Permalink
adjust for py38--
Browse files Browse the repository at this point in the history
  • Loading branch information
blueyed committed Mar 8, 2020
1 parent 7b8d678 commit 7a87872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/test_capture.py
Expand Up @@ -1548,7 +1548,7 @@ def test_fails():
result_with_capture.stdout.fnmatch_lines(
[
'> sys.stdout.write(b"foo")',
"> raise TypeError*",
" def write*",
"E TypeError: write() argument must be str, not bytes",
"FAILED test_typeerror_encodedfile_write.py::test_fails - *",
]
Expand Down

0 comments on commit 7a87872

Please sign in to comment.