random test failing on split() fix

pull/76/head
Chris Caron 2019-02-21 21:13:31 -05:00
parent c6cf06e6f8
commit 8e284f159f
1 changed files with 1 additions and 1 deletions

View File

@ -3279,7 +3279,7 @@ def test_notify_overflow_split():
# Our body is only broken up; not lost
_body = chunk.get('body')
assert body[offset: len(_body) + offset] == _body
assert body[offset: len(_body) + offset].rstrip() == _body
offset += len(_body)
#