-
-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes to Luhn tests #129
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
As described in exercism#129, the canonical data for luhn tests was changed. These changes are now reflected in the erlang tests.
I have just updated the test file in this exercise to reflect the canonical data. I hope this is all ok! |
This new PR has an updated example.erl which actually passes all tests now. Hopefully this will be alright, then this issue may be closed. |
Luhn: update tests to canonical data as in #129
We recently rewrote the test suite for the Luhn exercise. Since this track implements Luhn, please take a look at the new canonical_data.json file and see if your track should update its implementation or tests.
Details on the test changes and the motivation can be found in the PR.
Tracking of these changes is being done at the tracking issue.
The text was updated successfully, but these errors were encountered: