Fix content length

This commit is contained in:
Michael Droettboom 2019-01-28 15:06:21 -05:00
parent 0fbaa77192
commit ec779c706d
1 changed files with 1 additions and 1 deletions

View File

@ -27,4 +27,4 @@ def test_pdf(selenium):
selenium.run("fd = io.BytesIO()") selenium.run("fd = io.BytesIO()")
selenium.run("plt.savefig(fd, format='pdf')") selenium.run("plt.savefig(fd, format='pdf')")
content = selenium.run("fd.getvalue()") content = selenium.run("fd.getvalue()")
assert len(content) == 15752 assert len(content) == 5559