Skip to content

Commit b605f8f

Browse files
pablogsalErlend Egeberg Aasland
andauthored
Update Lib/test/test_sys.py
Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
1 parent e920fba commit b605f8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Lib/test/test_sys.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1526,8 +1526,8 @@ def write(self, s):
15261526
1/0
15271527
"""
15281528
rc, out, err = assert_python_failure('-c', code)
1529-
self.assertEqual(out, "")
1530-
self.assertEqual(err, "")
1529+
self.assertEqual(out, b"")
1530+
self.assertEqual(err, b"")
15311531

15321532
if __name__ == "__main__":
15331533
unittest.main()

0 commit comments

Comments
 (0)