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.
user error
And you used eclipse to run the same tests? When you print out your returned values and compare them to the correct values (with eclipse) are they the same?
I can see at least one bug in your code. Have you looked at the tests and gone throught them in your head, following your code?
I can straight-up give you the answer if you'd prefer. But I thought I'd give you a chance to figure it out first.
If you still think this is an issue, please let us know what the issue is.
Looks like you're outputting incorrect strings. I don't think this is an issue with the tests. You can use print out things, and use the test failure messages to fgure out what's going wrong in your code.