mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Derp. Fixed typo
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
7215746d7a
commit
8baef8d7c5
|
@ -7,7 +7,7 @@ use App\Models\User;
|
||||||
use Illuminate\Testing\Fluent\AssertableJson;
|
use Illuminate\Testing\Fluent\AssertableJson;
|
||||||
use Tests\TestCase;
|
use Tests\TestCase;
|
||||||
|
|
||||||
class IndexCategoryTest extends TestCase
|
class IndexCategoriesTest extends TestCase
|
||||||
{
|
{
|
||||||
|
|
||||||
public function testViewingCategoryIndexRequiresPermission()
|
public function testViewingCategoryIndexRequiresPermission()
|
||||||
|
|
Loading…
Reference in a new issue