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.
Please note that in the description, the "main" category that we have to filter by is not the string "MainCategory" but the most common category present in that particular test case. If my categories are
["Red", "Red", "Green", "Blue"]
then the "main category" is "Red".To your last sentence: you can print the test inputs to see what's going on.
Your issue with the order of the assertion arguments is correct.