From ec779c706d67ff3e3b0b390bbd356ad1bfff5864 Mon Sep 17 00:00:00 2001 From: Michael Droettboom Date: Mon, 28 Jan 2019 15:06:21 -0500 Subject: [PATCH] Fix content length --- test/test_matplotlib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_matplotlib.py b/test/test_matplotlib.py index 71b104220..37776fd0c 100644 --- a/test/test_matplotlib.py +++ b/test/test_matplotlib.py @@ -27,4 +27,4 @@ def test_pdf(selenium): selenium.run("fd = io.BytesIO()") selenium.run("plt.savefig(fd, format='pdf')") content = selenium.run("fd.getvalue()") - assert len(content) == 15752 + assert len(content) == 5559