Ad
  • Default User Avatar

    I am running to the same issue.

  • Default User Avatar

    Something funky appears to be going with the C# unit tests.

    passing in this as the input paramater via the Console.WriteLine I used to get the output new[] { 1, 1, 1, 1, 1, 1, 10, 1, 1, 1, 1 } returns 10, but the unit test is reporting a -1 back. This happens for several unit tests. Anyone else getting this?

  • Default User Avatar

    Thank you sir! Not sure why I did not think of that before. Old School debugging :). I was missing 2 chars in my switch statement. Doh.

  • Default User Avatar

    I have a 1 random test failing, but it is not giving the input for the test just the expected score and actual score, so hard to debug that. Is here a way to see the Random tests?