Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
methane committed May 31, 2024
1 parent 156940d commit 2392d20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/test/test_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -4030,7 +4030,7 @@ def write(self, data):
t.write("bcd")
t.flush()

self.assertEqual([b"a" * (chunk_size - 1), b"bcdefg"], buf._write_stack)
self.assertEqual([b"a" * (chunk_size - 1), b"efgbcd"], buf._write_stack)


class PyTextIOWrapperTest(TextIOWrapperTest):
Expand Down

0 comments on commit 2392d20

Please sign in to comment.