Skip to content

Commit

Permalink
Update tests/Strings/StringsTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
darwinz authored Jun 12, 2024
1 parent 5ad50ec commit 17363f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/Strings/StringsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ public function testCountConsonants()
$this->assertEquals(7, countConsonants("hello world"));
$this->assertEquals(9, countConsonants("Just A list of somE aaaaaaaaaa"));
}

public function testCountHomogenous()
{
$this->assertEquals(3, countHomogenous("abbcccaa"));
Expand Down

0 comments on commit 17363f7

Please sign in to comment.