diff --git a/test_convert_command.py b/test_convert_command.py index 3459fa2..f3be3bb 100644 --- a/test_convert_command.py +++ b/test_convert_command.py @@ -6,7 +6,7 @@ ) -class TestConvertCommand(unittest.TestCase): +class ConvertCommandTestCase(unittest.TestCase): """Test the ConvertCommand class. """