Skip to content

Commit

Permalink
Add tests to improve coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
robertogallea committed Sep 9, 2021
1 parent c96f874 commit 6551605
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/CodiceFiscaleGenerationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ public function it_returns_gender_as_char()

$this->assertIsString($cf->getGender());
$this->assertEquals(1, strlen($cf->getGender()));

}

/** @test */
Expand Down

0 comments on commit 6551605

Please sign in to comment.