Skip to content

Commit

Permalink
fix an error in test
Browse files Browse the repository at this point in the history
  • Loading branch information
spcharc committed Mar 19, 2018
1 parent 41bdf8c commit e751ebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_web_sendfile_functional.py
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ async def handler(request):

body = await response.read()
assert len(body) == 108, \
"failed 'bytes=61000-62000', received %d bytes" % len(body[0])
"failed 'bytes=61000-62000', received %d bytes" % len(body)

assert content[61000:] == body

Expand Down

0 comments on commit e751ebe

Please sign in to comment.