Skip to content

Commit 63bba56

Browse files
tests/test_font.py: fix spurious breakage caused by external test files changing.
The (large) test files are now downloaded from the original github issue page.
1 parent ad13d45 commit 63bba56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_font.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,8 +233,8 @@ def test_3887():
233233
def test_4457():
234234
print()
235235
files = (
236-
('https://arxiv.org/pdf/2504.13180', 'test_4457_a.pdf', None, 4),
237-
('https://arxiv.org/pdf/2504.13181', 'test_4457_b.pdf', None, 9),
236+
('https://github.com/user-attachments/files/20862923/test_4457_a.pdf', 'test_4457_a.pdf', None, 4),
237+
('https://github.com/user-attachments/files/20862922/test_4457_b.pdf', 'test_4457_b.pdf', None, 9),
238238
)
239239
for url, name, size, rms_after_max in files:
240240
path = util.download(url, name, size)

0 commit comments

Comments
 (0)