mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-12 06:17:28 -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 Tests\TestCase;
|
||||
|
||||
class IndexCategoryTest extends TestCase
|
||||
class IndexCategoriesTest extends TestCase
|
||||
{
|
||||
|
||||
public function testViewingCategoryIndexRequiresPermission()
|
||||
|
|
Loading…
Reference in a new issue