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.
Hi could I please have some help :)
Basically I noticed that although the test case is this: Test.assert_equals(chain(2, [:add, :mult]), 90, "Error: chain function not working properly")
With my code the first test works and when I click submit I get 1 passed and one fails:
Test Passed: Value == 345.30138755410417
Error: chain function not working properly - Expected: -4.244976874098263, instead got: -4.0
But I think it is just because the test case doesn't expect the error string to have that second bit of text.
Sorry if I'm completely wrong! I am super new. But I think my code should work and was wondering if this is the issue?