diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/test_libmat2.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_libmat2.py b/tests/test_libmat2.py index 2f7d0c5..6a2af91 100644 --- a/tests/test_libmat2.py +++ b/tests/test_libmat2.py | |||
| @@ -96,7 +96,7 @@ class TestGetMeta(unittest.TestCase): | |||
| 96 | p = audio.FLACParser('./tests/data/dirty.flac') | 96 | p = audio.FLACParser('./tests/data/dirty.flac') |
| 97 | meta = p.get_meta() | 97 | meta = p.get_meta() |
| 98 | self.assertEqual(meta['title'], 'I am so') | 98 | self.assertEqual(meta['title'], 'I am so') |
| 99 | self.assertEqual(meta['Picture'], 'Cover') | 99 | self.assertEqual(meta['Cover 0'], {'Comment': 'Created with GIMP'}) |
| 100 | 100 | ||
| 101 | def test_docx(self): | 101 | def test_docx(self): |
| 102 | p = office.MSOfficeParser('./tests/data/dirty.docx') | 102 | p = office.MSOfficeParser('./tests/data/dirty.docx') |
