Ad
  • Default User Avatar

    test(StepInPrimesTest)
    Fixed Tests
    expected: but was:<[J@593aecec>
    test1(StepInPrimesTest)
    100 Random Tests
    Test Passed
    ?????????

  • Custom User Avatar

    I suppose it is Java. The brackets show where your results are not the same as "expected". Here expected was 359 and 367 but you got 326 and 334. Be sure that all the tests are correct.

  • Default User Avatar

    test(StepInPrimesTest)
    Fixed Tests
    expected:<[3[59, 367]]> but was:<[3[26, 334]]>
    test1(StepInPrimesTest)
    100 Random Tests
    Test Passed

    I think my code works fine, the test case gives wrong answer.