Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
The log appears above the test result, you're confusing the error message of one test with the log of the next one.
The failing test is above, not below.
This comment is hidden because it contains spoiler information about the solution
Read the description properly:
So sum of numbers in the range of, and including,
a
andb
.False should equal True
Mean that your function returned
False
while the test is expectingTrue
Also, the log for a given test appears in a box before the colored test result (at leat on my browser) so my guess is that it is in the previous test that your function is returning
False
while the test is expectingTrue
.https://github.com/codewars/codewars.com/wiki/Troubleshooting-your-solution#print-input
might be helpfull
Would you mind to be more precise ?
Which language ?
Describe the test : what result did you expect ? what result did the test expect ?