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.
I've switched the
expected
andactual
assertion arguments.I added
#
at the end and got accepted as a valid, separate solution.I don't know what is causing this, but thanks for letting me know :)
I'm not sure either :/ I just submitted again to make sure and it passed all the tests.
Hi,
You have inverted the
expected
andactual
values in the assertions ! ;)A glitch I think. I did not submit that version anyway.