Ad
  • Custom User Avatar

    this is my first exercise, thank you for your time and work.

    so... I had a problem here.

    All the tests passed when I run the tests, but the last one fail when I submit.

    Running tests
    Test Passed: Value == 1
    Test Passed: Value == 2
    Test Passed: Value == 2
    Test Passed: Value == 2
    Test Passed: Value == 4
    Test Passed: Value == 9
    6 Passed
    0 Failed
    0 Errors

    When I submit
    Test Passed: Value == 1
    Test Passed: Value == 2
    Test Passed: Value == 2
    Test Passed: Value == 2
    Test Passed: Value == 4
    Test Passed: Value == 9
    Expected: 1, instead got: 9
    6 Passed
    1 Failed
    0 Errors
    Process took 74ms to complete

    What is the problem?