Skip to content

Commit

Permalink
Fixed SSN tests (WTF ?)
Browse files Browse the repository at this point in the history
  • Loading branch information
Geolim4 committed Apr 19, 2019
1 parent 7ad5cd6 commit ea327aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/IsoCodes/Tests/SsnTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class SsnTest extends AbstractIsoCodeInterfaceTest
public function getValidValues()
{
return array(
array('423-05-9675'),
array('574-09-0776'),
array('432-01-5257'),
array('600-01-4950'),
array('619-01-7173'),
Expand All @@ -31,7 +31,7 @@ public function getValidValues()
public function getInvalidValues()
{
return array(
array('574-09-0776'),
array('423-05-9675'),
array('123-45-6789'),
array('1234-567-89'),
array('123456789'),
Expand Down

0 comments on commit ea327aa

Please sign in to comment.