diff --git a/tests/Unit/FontAwesomeSVGTest.php b/tests/Unit/FontAwesomeSVGTest.php index 072479b..4874296 100644 --- a/tests/Unit/FontAwesomeSVGTest.php +++ b/tests/Unit/FontAwesomeSVGTest.php @@ -75,7 +75,7 @@ public function test_it_can_add_a_custom_class($icon): void /** * @dataProvider icons */ - public function test_it_can_remove_the_custom_class($icon): void + public function test_it_can_remove_the_default_class($icon): void { $fa = $this->createInstance();