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.
That's incredibly obvious in hindsight. Immediately able to fix after doing so, thank you.
This comment is hidden because it contains spoiler information about the solution
I have the same issue.
I've logged tests after my initial if statements.Both evaluate to true for the lists being empty,
so naturally I return False. I'm getting "False should equal True", but how can any other
test conditions be satisfied if there are no lists? 114/115 tests passed, only one failing.
Also, a fair few other tests have passed which have the same logs. I'm baffled.
Great commented advice, really useful for someone my skill level. Especially since I did all the unnecessary things you mentioned.