Automatic test error
IvanVS140 opened this issue · 5 comments
IvanVS140 commented
Battle https://codebattle.hexlet.io/games/19448
There is an error in winner's code:
it is got:
"Whoa, chill out!" == solution("4?")
instead:
"Sure." == solution("4?")
But automatic test is passed.
solar05 commented
IvanVS140 commented
Hi!
Hi!
Yes.
Expected solution("4?") == "Sure."
But receive solution("4?") == "Whoa, chill out!"
… 19 сент. 2020 г., в 16:27, Artem Solomatin ***@***.***> написал(а):
Hello! You say about this one test in your link?
<https://user-images.githubusercontent.com/38437931/93668460-faea8a00-fa94-11ea-9851-11fdec8d250f.png>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#538 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AFFKRYQ7MR7X33Z2A4IMEC3SGSWUZANCNFSM4ROZQU2Q>.
imamatory commented
Hi. Battle asserts part is fine. There is issue with code checkers in codebattle repo
IvanVS140 commented
Yep, i thought so
Отправлено из myMail для iOS
суббота, 19 сентября 2020 г., 18:15 +0300 от notifications@github.com <notifications@github.com>:
…Hi. Battle asserts part is fine. There is issue with code checkers in codebattle repo
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub , or unsubscribe .
ReDBrother commented
Now, we check all test examples for tasks.