Skip to content

Commit

Permalink
Update tests/Strings/RemoveDuplicateCharactersTest.php
Browse files Browse the repository at this point in the history
Co-authored-by: Brandon Johnson <[email protected]>
  • Loading branch information
khouloudhaddad and darwinz authored Jan 23, 2025
1 parent 9af9243 commit 6d7d19b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Strings/RemoveDuplicateCharactersTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* Unit tests for the removeDuplicateCharacters function.
* To run test: ./vendor/bin/phpunit tests/strings/removeDuplicateCharactersTest.php
*/
final class removeDuplicateCharactersTest extends TestCase
final class RemoveDuplicateCharactersTest extends TestCase
{
/**
* Test with a string that has multiple duplicates.
Expand Down

0 comments on commit 6d7d19b

Please sign in to comment.