You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As an addendum, it is slightly odd that we didn't find this problem before....
Validators were mostly implemented following the TDD logic, and with invalid IDs being tested against the algorithm as it was being developed.
I guess that as we try to tackle this, we will find out if there was something wrong with the test itself, or if it is a more insidious problem related to the environment...
This problem was found thanks to #57:
Not only some countries test for a single invalid ID - which isn't ideal - but even those that test with multiple of those have that same problem.
The correct order of assertions should be:
So we need to ahead and fix these tests for all countries.
The text was updated successfully, but these errors were encountered: