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

Commit

Permalink
Merge pull request #1154 from pjona/patch-1
Browse files Browse the repository at this point in the history
Removed double semicolon
  • Loading branch information
fzaninotto authored Mar 1, 2017
2 parents a2dec96 + 72be452 commit 24c140e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Faker/Provider/cs_CZ/PersonTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public function testBirthNumber()
if ($refCrc == 10) {
$refCrc = 0;
}
$this->assertEquals($crc, $refCrc, "Birth number $birthNumber: checksum $crc doesn't match expected $refCrc.");;
$this->assertEquals($crc, $refCrc, "Birth number $birthNumber: checksum $crc doesn't match expected $refCrc.");
}
}
}
Expand Down

0 comments on commit 24c140e

Please sign in to comment.