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.
An empty array is not the same as a null input. In the case of rust, you don't have to even worry about null inputs.
This comment is hidden because it contains spoiler information about the solution
So, is there any way to read the log for failed test?
Because it's pretty discouraging if i can't even know what's wrong with my code and how/when it fails.
Is an empty vector the same as
null
?PhoenixPL512 : Sorry there is no error in the tests.
I think you may be reading your log for the wrong test. That test does indeed expect
false
. The following test expects true, however.why is it not working ok