Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Maximum length for summary incorrect #8

Open
regisaslewis opened this issue Oct 31, 2023 · 0 comments
Open

Maximum length for summary incorrect #8

regisaslewis opened this issue Oct 31, 2023 · 0 comments
Labels
se curriculum Issue for lessons in the Software Engineering program

Comments

@regisaslewis
Copy link

Canvas Link

https://learning.flatironschool.com/courses/6201/assignments/234472?module_item_id=549463

Concern

The test asks for a ValueError to be raised if the Summary is "More than 250 chars," but counts if the length is exactly 250 characters, it counts it as incorrect.

Additional Context

No response

Suggested Changes

Maximum characters for summary should be 249 in the instructions or it should test for len(summary) > 250 instead of len(summary) >= 250.

@regisaslewis regisaslewis added the se curriculum Issue for lessons in the Software Engineering program label Oct 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
se curriculum Issue for lessons in the Software Engineering program
Projects
None yet
Development

No branches or pull requests

1 participant