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.
Code not used should be removed, code should be in history anyway. This method is massive to go and read through for something that should be simpler.
Is there anyway to see what the damn values is that is send to the test? All the comments just show spoiler and not able to see any text on it. Being able to see the input of method data will help to resolve the test failing.
When I code a system for production I have logging in it and enable snapshot debugging so know what parameters is when something fail why not have that here?
Did find my issue, need to read the text very carefully to know the issue. Getting it resolved would have been a lot faster if I could see the input values.