Fixed test name

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2024-07-29 14:34:10 +01:00
parent 1c1101aeac
commit a77ece01a6

View file

@ -7,7 +7,7 @@ use App\Models\Component;
use App\Models\User;
use Tests\TestCase;
class ComponentCheckoutTest extends TestCase
class ComponentsCheckoutTest extends TestCase
{
public function testCheckingOutComponentRequiresCorrectPermission()
{