diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/test_climat2.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_climat2.py b/tests/test_climat2.py index 6d98136..3f766d8 100644 --- a/tests/test_climat2.py +++ b/tests/test_climat2.py | |||
| @@ -160,7 +160,6 @@ class TestGetMeta(unittest.TestCase): | |||
| 160 | proc = subprocess.Popen(mat2_binary + ['--show', './tests/data/dirty.flac'], | 160 | proc = subprocess.Popen(mat2_binary + ['--show', './tests/data/dirty.flac'], |
| 161 | stdout=subprocess.PIPE, bufsize=0) | 161 | stdout=subprocess.PIPE, bufsize=0) |
| 162 | stdout, _ = proc.communicate() | 162 | stdout, _ = proc.communicate() |
| 163 | self.assertIn(b'comments: Thank you for using MAT !', stdout) | ||
| 164 | self.assertIn(b'genre: Python', stdout) | 163 | self.assertIn(b'genre: Python', stdout) |
| 165 | self.assertIn(b'title: I am so', stdout) | 164 | self.assertIn(b'title: I am so', stdout) |
| 166 | 165 | ||
