Skip to content
Snippets Groups Projects
Commit 8b171640 authored by Julien (jvoisin) Voisin's avatar Julien (jvoisin) Voisin
Browse files

sigh.

parent c67151d6
Branches improve_images
No related tags found
No related merge requests found
......@@ -500,7 +500,7 @@ class TestCleaning(unittest.TestCase):
self.assertTrue(p1.remove_all())
p2 = case['parser'](p1.output_filename)
for k, v in p2.get_meta():
for k, v in p2.get_meta().items():
self.assertIn(k, case['expected_meta'])
self.assertEqual(v, case['expected_meta'][k])
self.assertTrue(p2.remove_all())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment