8000 TST: Check PDF size · matplotlib/matplotlib@2aafc6d · GitHub
[go: up one dir, main page]

Skip to content

Commit 2aafc6d

Browse files
committed
TST: Check PDF size
1 parent 5422a0f commit 2aafc6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/tests/test_backend_pdf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def test_multipage_properfinalize():
7979
ax = fig.add_subplot(111)
8080
fig.savefig(pdf, format="pdf")
8181

82-
assert pdfio.getbuffer().nbytes < 250000
82+
assert pdfio.getbuffer().nbytes < 25000
8383

8484

8585
def test_multipage_keep_empty():

0 commit comments

Comments
 (0)
0