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

Опечатка в ДЗ2 #16

Open
GeorgiyX opened this issue Nov 6, 2023 · 0 comments
Open

Опечатка в ДЗ2 #16

GeorgiyX opened this issue Nov 6, 2023 · 0 comments

Comments

@GeorgiyX
Copy link

GeorgiyX commented Nov 6, 2023

Файл main_test.go, перепутаны местами переменные в логе теста:

Как сейчас

assert.Less(t, timeEnd, expectedTime, "слишком долгоe выполнение. что-то где-то нераспараллелено. должно быть не больше, чем %s, а было %s", timeEnd, expectedTime)

Как должно

assert.Less(t, timeEnd, expectedTime, "слишком долгоe выполнение. что-то где-то нераспараллелено. должно быть не больше, чем %s, а было %s", expectedTime, timeEnd)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant