ahupp / python-magic

A python wrapper for libmagic
Other
2.59k stars 280 forks source link

Fix test suite with file 5.45 #290

Closed DimStar77 closed 1 year ago

DimStar77 commented 1 year ago

[ 12s] test/python_magic_test.py:53: in assert_values [ 12s] self.assertIn(value, expected_value) [ 12s] E AssertionError: 'PDF document, version 1.2, 2 page(s)' not found in ('PDF document, version 1.2', 'PDF document, version 1.2, 2 pages')

ahupp commented 1 year ago

Thanks!