Ad
  • Custom User Avatar

    My failing test is:

    'foobar001' should equal 'foobar01'

    But the sample test case says:

    Test.assert_equals(increment_string("foobar001"), "foobar002")

    What am I missing?