Typo in generic-test-runner README

attn: @ErikSchierboom

I think I spotted a typo in the README for the generic-test-runner:

When you've made modifications to the code that will result in a new "golden" state, you'll need to generate and commit a new `tests/<test-name>/results.json` file.

Shouldn’t that be

[...] commit a new `tests/<test-name>/expected_results.json` file.

Also on line 66

1 Like

Well spotted! Fixed in Fix instructions for updating "golden" test results by ErikSchierboom · Pull Request #135 · exercism/generic-test-runner · GitHub