Skip to content

Commit

Permalink
Fixed test for Brazilian zipcode (8 digits)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcostrama authored Sep 16, 2020
1 parent 65b5ee4 commit c336ccc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ public function getPostcodesDataProvider()
['countryId' => 'BY', 'postcode' => '123456'],
['countryId' => 'BE', 'postcode' => '1234'],
['countryId' => 'BA', 'postcode' => '12345'],
['countryId' => 'BR', 'postcode' => '12345'],
['countryId' => 'BR', 'postcode' => '12345678'],
['countryId' => 'BR', 'postcode' => '12345-678'],
['countryId' => 'BN', 'postcode' => 'PS1234'],
['countryId' => 'BG', 'postcode' => '1234'],
Expand Down

0 comments on commit c336ccc

Please sign in to comment.