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.
C# part doesn't work just yet. Good problem.
Nevermind I got found out what the issue was. Thanks for your help!
Meh it still won't work for some reason. Could I have the parameters used for the second test upon submission? Could be an edge case that I didn't cover yet.
This comment is hidden because it contains spoiler information about the solution
There's a bug in the C# version.
Assert.AreEqual(Kata.Maskify("4556364607935616"), "############5616");
ExamplesTests
Expected string length 28 but was 16. Strings differ at index 12. //should only have 16 characters
Expected: "############4556364607935616" // should only have last four digits unmasked
But was: "############5616"
-----------------------^