Ad
  • Custom User Avatar

    The random tests generate strings of random length. There's probably no bug (I can't tell for sure, Java is not my forte and I didn't solve the kata in this language). Maybe you misread the log, it just tells you: You should have returned "FSYQR" but your code returned "BMNVBTE".

  • Custom User Avatar

    basicTests - OK

    randomTests
    expected:<[FSYQR]> but was:<[BMNVBTE]>

    moreTests - OK

    I solved this on Java.
    Why in the randomTests Strings have different lengths ?
    Maybe a bug in the testcases;