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

Fix: exercise #282

Closed

Conversation

Trisodium-ru
Copy link
Contributor

Тесты и решение учителя ориентируются на результат в диапазоне от 1 до 10.

Тесты и решение учителя ориентируются на результат в диапазоне от 1 до 10.
@Malcom1986
Copy link
Contributor

@Trisodium-ru Привет! А почему от единицы? В тестах ведь мы проверяем диапазон от 0 до 10:

assertThat(actual).isBetween(0, 10);

Матчер isBetween включает границы диапазонов:

https://javadoc.io/static/org.assertj/assertj-core/3.26.3/org/assertj/core/api/AbstractIntegerAssert.html#isBetween(java.lang.Integer,java.lang.Integer)

@Trisodium-ru
Copy link
Contributor Author

Прошу прощения, конкретно этот PR ошибочный. Спасибо за бдительность!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants