Bug in RobotNameTest.scala

Details are here Fix RobotNameTest.scala perf test by frikit · Pull Request #788 · exercism/scala · GitHub as well as fix

I don’t know any Scala but are you sure about these corrections?

My understanding is that there are 26 * 26 * 10 * 10 * 10 = 676'000 possible names for robot. The last three characters can represent any number between 0 and 999.

You might request a mentor to discuss this to find out if there is an error on the part of the tests. They will be aware of the language and the exercise.

The problem is not likely to be the math.

Oh I see now, because it is a regex then 000 is a valid number okay thanks yall