mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-06-19 19:28:08 +02:00
Fix invalid target for code coverage
This commit is contained in:
parent
bd1d3bcf71
commit
159e2711fd
@ -14,7 +14,7 @@ use Tests\FeatureTestCase;
|
||||
/**
|
||||
* ReleaseRadarServiceTest test class
|
||||
*/
|
||||
#[CoversClass(App\Services\ReleaseRadarService::class)]
|
||||
#[CoversClass(\App\Services\ReleaseRadarService::class)]
|
||||
class ReleaseRadarServiceTest extends FeatureTestCase
|
||||
{
|
||||
use WithoutMiddleware;
|
||||
|
Loading…
x
Reference in New Issue
Block a user