diff --git a/test_ffmpeg_command.py b/test_ffmpeg_command.py index 4db781b..39078e1 100644 --- a/test_ffmpeg_command.py +++ b/test_ffmpeg_command.py @@ -60,7 +60,6 @@ def test_argument_string(self): """Test that the argument string matches expected. """ - self.maxDiff = None args = (self.expected_base_options + self.expected_input_options + self.expected_output_options) self.assertEqual(self.command.argument_string(quote=False),