Skip to content
This repository has been archived by the owner on Dec 11, 2020. It is now read-only.

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
remicollet committed Nov 10, 2017
1 parent 2164d30 commit 13a2fc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Faker/Provider/fi_FI/PersonTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public function testPersonalIdentityNumberGeneratesCompliantNumbers()
}
} else { // timestamp limit for 32-bit computer
$min="1902";
$max="2036";
$max="2038";
}
for ($i = 0; $i < 10; $i++) {
$birthdate = $this->faker->dateTimeBetween("$min-01-01 00:00:00", '1999-12-31 23:59:59');
Expand Down

0 comments on commit 13a2fc0

Please sign in to comment.