mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Fixed test name
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
1c1101aeac
commit
a77ece01a6
|
@ -7,7 +7,7 @@ use App\Models\Component;
|
||||||
use App\Models\User;
|
use App\Models\User;
|
||||||
use Tests\TestCase;
|
use Tests\TestCase;
|
||||||
|
|
||||||
class ComponentCheckoutTest extends TestCase
|
class ComponentsCheckoutTest extends TestCase
|
||||||
{
|
{
|
||||||
public function testCheckingOutComponentRequiresCorrectPermission()
|
public function testCheckingOutComponentRequiresCorrectPermission()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue