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.
Hi guys, I've added random test to my kata. Thanks for the advice
thanks for the advice. Very appreciate that
Hi Johan, Thanks for the recommendation. I was going to use assertEquals but did some reasearch about assertDeepEquals. It seems like a better choice.
Just wanted to ask you, from my understanding, assertDeepEquals check if the result is equivalent with expected output, even though they're not the same object. Is there any other reason why you suggested using assertDeepEquals?
Thank you
I'm having the same problem with the test cases. I had 4 failed when i attempted my code. But the I manually added in the sample test box and i passed it all. I think there must be a problem with the test cases. :( does anyone have any suggestion what i need to do now? i dont want to skip my challenge