ok, thanks, I've changed the code and it passed the test
This comment is hidden because it contains spoiler information about the solution
Hi. I think that there an error the third test because I get this (21, 20) should equal (14, 20) And it's only one test that doesn't pass So check it, please
ok
Question resolved.
Not a kata suggestion. Resolved.
The error you see happens before the check. The error is raised in line 2, and your check is too late, in line 3.
It's a bug in your solution, not a kata issue.
That's a problem with your code, not with the kata.
Loading collection data...
ok, thanks, I've changed the code and it passed the test
This comment is hidden because it contains spoiler information about the solution
Hi. I think that there an error the third test because I get this (21, 20) should equal (14, 20)
And it's only one test that doesn't pass
So check it, please
ok
Question resolved.
Not a kata suggestion. Resolved.
The error you see happens before the check. The error is raised in line 2, and your check is too late, in line 3.
It's a bug in your solution, not a kata issue.
That's a problem with your code, not with the kata.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution