diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/test_lightweight_cleaning.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_lightweight_cleaning.py b/tests/test_lightweight_cleaning.py index 38e06dc..ce7e48c 100644 --- a/tests/test_lightweight_cleaning.py +++ b/tests/test_lightweight_cleaning.py | |||
| @@ -33,7 +33,6 @@ class TestLightWeightCleaning(unittest.TestCase): | |||
| 33 | 'parser': images.TiffParser, | 33 | 'parser': images.TiffParser, |
| 34 | 'meta': {'ImageDescription': 'OLYMPUS DIGITAL CAMERA '}, | 34 | 'meta': {'ImageDescription': 'OLYMPUS DIGITAL CAMERA '}, |
| 35 | 'expected_meta': { | 35 | 'expected_meta': { |
| 36 | 'Orientation': 'Horizontal (normal)', | ||
| 37 | 'ResolutionUnit': 'inches', | 36 | 'ResolutionUnit': 'inches', |
| 38 | 'XResolution': 72, | 37 | 'XResolution': 72, |
| 39 | 'YResolution': 72 | 38 | 'YResolution': 72 |
