diff options
| author | Adam Hupp <adam@hupp.org> | 2021-06-01 11:52:42 -0700 |
|---|---|---|
| committer | Adam Hupp <adam@hupp.org> | 2021-06-01 12:24:49 -0700 |
| commit | ae483dc845ec6edd35861f5c46e70cd4d229e4f2 (patch) | |
| tree | 8255ff870f30ddce7979a62e4e0d6cc9ad32914a /test/test.py | |
| parent | 816e4d704d455eaf5c1e06e1af1b75fdb8ef2f5a (diff) | |
| download | python-magic-ae483dc845ec6edd35861f5c46e70cd4d229e4f2.tar.gz | |
Update tests and docker config for newer versions
Diffstat (limited to 'test/test.py')
| -rwxr-xr-x | test/test.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/test.py b/test/test.py index 949c77e..0cd12fd 100755 --- a/test/test.py +++ b/test/test.py @@ -107,7 +107,8 @@ class MagicTest(unittest.TestCase): try: self.assert_values(m, { 'magic._pyc_': 'python 2.4 byte-compiled', - 'test.pdf': 'PDF document, version 1.2', + 'test.pdf': ('PDF document, version 1.2', + 'PDF document, version 1.2, 2 pages'), 'test.gz': ('gzip compressed data, was "test", from Unix, last ' 'modified: Sun Jun 29 01:32:52 2008', |
