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.
this is my first exercise, thank you for your time and work.
so... I had a problem here.
All the tests passed when I run the tests, but the last one fail when I submit.
Running tests
Test Passed: Value == 1
Test Passed: Value == 2
Test Passed: Value == 2
Test Passed: Value == 2
Test Passed: Value == 4
Test Passed: Value == 9
6 Passed
0 Failed
0 Errors
When I submit
Test Passed: Value == 1
Test Passed: Value == 2
Test Passed: Value == 2
Test Passed: Value == 2
Test Passed: Value == 4
Test Passed: Value == 9
Expected: 1, instead got: 9
6 Passed
1 Failed
0 Errors
Process took 74ms to complete
What is the problem?