exercism/go

Improve test output for the Clock exercise

markovic-nikola opened this issue · 0 comments

Some tests were failing for me while working on this exercise.
clock_test.go:52: New(23, 59).Add(2) = 00:01, want 00:01

This output might be a bit confusing for the newcomers.
As suggested by one of the mentors, the output could be improved.

More info can be seen here: https://forum.exercism.org/t/stuck-at-clock-exercise/4246