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

Update solution_test.go #126

Merged
merged 1 commit into from Jan 20, 2023
Merged

Update solution_test.go #126

merged 1 commit into from Jan 20, 2023

Conversation

Xewus
Copy link
Contributor

@Xewus Xewus commented Jan 15, 2023

В существующих тестах не проверяются граничные условия, из-за чего проходит неверное решение, например:

if i < len(nums) && i > 0

В существующих тестах не проверяются граничные условия, из-за чего проходит неверное решение, например:

`if i < len(nums) && i > 0 `
@ssssank ssssank requested a review from sgmdlt January 16, 2023 09:30
@sgmdlt sgmdlt merged commit b47891b into hexlet-basics:main Jan 20, 2023
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.

None yet

2 participants