I am trying to solve the Booking up for Beauty exercise (in Golang). The tests are failing but the error message doesn’t tell what is it failing on:
Can anybody hint me what is the culprit based on the error message ?
I know I can search find community solutions for this function but I don’t want to …
It’s a Concept Exercise so you can’t see the tests in the editor
Probably not without seeing your code. If you share your code (use a codeblock please) someone will know and we can work out what the error message is trying to say. It looks like that error message could maybe do with some improvement, so I’ll CC @junedev and @andrerfcsantos.
I can seek community solutions but my point is that based on the error from the tests I am not able to progress as I don’t know what data my code failes with.
As iHiD mentioned, learning exercise tests are intentionally hidden, unlike practice exercises where the website shows you the tests directly in the editor.
If you work locally, the exercism download command should download the test files (for learning and practice exercises). You can also always look things up on GitHub, since Exercism is all open source. Go learning exercises can be seen here: https://github.com/exercism/go/tree/main/exercises/concept/