Ad
  • Custom User Avatar

    I am facing the same issue.

    I have passed every single individual test case.

    But whenever i try to execute two test cases, it shows the error that you mentioned

    "returns false when expected true"

    There is clearly something wrong with the check

  • Default User Avatar

    assertEquals(isogram.isIsogram("moOse") , false);

    yep, there is mistake