I am experiencing the same issue with this Kata. Even if I return "00:00:00" when my value is "24:00:00" just to give it the value it wants. I still get the error
String lengths are both 8. Strings differ at index 0.
Expected: "00:00:00"
But was: "24:00:00"
If Kata is not worth doing, just don't do it. If it so easy, it may be perfect Kata for beginners. Don't expect that every Kata will be challenge for you!
Basically, the problem is a slight variant of the stock exercise that is used
to familiarize the learner with the for loop. You basically need to assign an
appropriate sign to each of the numbers in the array or list.
shut up giabanga you level 6 peasant
Expected and actual were flipped, fixed.
same problem.
I am experiencing the same issue with this Kata. Even if I return "00:00:00" when my value is "24:00:00" just to give it the value it wants. I still get the error
So it may be worth to tell about it (about getters/setters philosophy; usage in particular) in Kata description,.
thanks, bro
If Kata is not worth doing, just don't do it. If it so easy, it may be perfect Kata for beginners. Don't expect that every Kata will be challenge for you!
Basically, the problem is a slight variant of the stock exercise that is used
to familiarize the learner with the
for
loop. You basically need to assign anappropriate sign to each of the numbers in the array or list.