diff --git a/tests/test_comprehensive.py b/tests/test_comprehensive.py index e9e3ebf..0370126 100644 --- a/tests/test_comprehensive.py +++ b/tests/test_comprehensive.py @@ -64,7 +64,7 @@ def test_invalid_job_description_too_short(self): def test_job_description_cleanup(self): """Test job description cleanup""" - desc = " Job description with spaces " + desc = " Job description with spaces and enough characters to meet minimum requirement " result = InputValidator.validate_job_description(desc) assert result == desc.strip()