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.
Glad you got it working. (I'm closing this issue.)
thx. unique removed from the description ;-)
Test cases should look like this
Test.describe('Sample Tests!')
test.assert_equals(expected, actual)
And, it should show an error as you are passing
1
as the expected value and2
as the actual value!! [The test fails and therefore it shows an error]What does the error says?