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.
I added some more assertions in sample and fixed tests which should show where your solution fails.
The problem is that since all the version methods operate on the same instance,
rollback()
also should alter theVersionManager
instance. Your solution returns another instance onrollback()
which works with chaining but not with separate method call like the random tests are performing.It's difficult to tell what is wrong with your solution without seeing your solution.
But how do you know that your local test is correct?
It's difficult to tell what is wrong with your solution without seeing your solution.