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.
After experimenting with the tests that it runs the problem is something to do with the randInt function. picking strings with random lengths from 1-7 errors every time, 1-6 passes everything, 6-7 errors, 7-7 all passes. Considering testing all length 7s should be the most memory intensive and it works... I'm really not sure what the problem is.