mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -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 Tests\TestCase;
|
||||
|
||||
class ComponentCheckoutTest extends TestCase
|
||||
class ComponentsCheckoutTest extends TestCase
|
||||
{
|
||||
public function testCheckingOutComponentRequiresCorrectPermission()
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue