diff --git a/tests/Feature/InvitationTest.php b/tests/Feature/InvitationTest.php index 3374146a9..cac521e6c 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 3bcd594cf..34c718c05 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 {