diff --git a/tests/Feature/InvitationTest.php b/tests/Feature/InvitationTest.php index 3374146a91fd..cac521e6ce90 100644 --- a/tests/Feature/InvitationTest.php +++ b/tests/Feature/InvitationTest.php @@ -27,7 +27,7 @@ use Tests\TestCase; /** * @test - * @covers App\Listeners\Invoice\CreateInvoiceInvitations + * @covers App\Models\InvoiceInvitation\InvoiceInvitationFactory */ class InvitationTest extends TestCase diff --git a/tests/Unit/PrimaryKeyTransformationTest.php b/tests/Unit/PrimaryKeyTransformationTest.php index 3bcd594cfabe..34c718c050cb 100644 --- a/tests/Unit/PrimaryKeyTransformationTest.php +++ b/tests/Unit/PrimaryKeyTransformationTest.php @@ -10,7 +10,7 @@ use Tests\TestCase; /** * @test - * @covers App\Utils\Traits\MakesHash; + * @covers App\Utils\Traits\MakesHash */ class PrimaryKeyTransformationTest extends TestCase {