The test is good, but Jim forgot to check in the updated output.
This commit is contained in:
parent
4095101c78
commit
5c0b43d1e2
|
@ -4,8 +4,14 @@ klmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
|
|||
|
||||
2
|
||||
'abcdefghij'
|
||||
'abcde'
|
||||
Caught expected ValueError writing to closed StringIO:
|
||||
I/O operation on closed file
|
||||
abcdefghij
|
||||
klmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
|
||||
|
||||
2
|
||||
'abcdefghij'
|
||||
'abcde'
|
||||
Caught expected ValueError writing to closed StringIO:
|
||||
I/O operation on closed file
|
||||
|
|
Loading…
Reference in New Issue