NCATComp410 / comp410_fall_2024

COMP410fFall 2024 semester class project
MIT License
0 stars 0 forks source link

Added US_ITIN Test Cases #52

Closed Bford123 closed 3 weeks ago

claesmk commented 3 weeks ago

Your tests are failing because your ITIN is incorrectly formatted per the IRS spec

All valid ITINs are a nine-digit number in the same
format as the SSN (9XX-8X-XXXX), begins with a “9”
and the 4th and 5th digits range from 50 to 65, 70 to 88,
90 to 92, and 94 to 99.
claesmk commented 3 weeks ago

@Bford123 let me know if you need any assistance getting this all sorted

Bford123 commented 3 weeks ago

Deleted the pass statements and comments.

Bford123 commented 3 weeks ago

Are you able to see it? I'm not able to commit the change.

claesmk commented 3 weeks ago

@Bford123 made some changes for you and merged - you are all set but please look this over