diff options
Diffstat (limited to 'tests/test_climat2.py')
| -rw-r--r-- | tests/test_climat2.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_climat2.py b/tests/test_climat2.py index bc4a175..44703b7 100644 --- a/tests/test_climat2.py +++ b/tests/test_climat2.py | |||
| @@ -45,7 +45,7 @@ class TestCleanMeta(unittest.TestCase): | |||
| 45 | stdout=subprocess.PIPE) | 45 | stdout=subprocess.PIPE) |
| 46 | stdout, _ = proc.communicate() | 46 | stdout, _ = proc.communicate() |
| 47 | 47 | ||
| 48 | proc = subprocess.Popen(['./main.py', '--show', './tests/data/clean.jpg.cleaned'], | 48 | proc = subprocess.Popen(['./main.py', '--show', './tests/data/clean.cleaned.jpg'], |
| 49 | stdout=subprocess.PIPE) | 49 | stdout=subprocess.PIPE) |
| 50 | stdout, _ = proc.communicate() | 50 | stdout, _ = proc.communicate() |
| 51 | self.assertNotIn(b'Comment: Created with GIMP', stdout) | 51 | self.assertNotIn(b'Comment: Created with GIMP', stdout) |
