Derp. Fixed typo

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2024-07-05 00:26:28 +01:00
parent 7215746d7a
commit 8baef8d7c5

View file

@ -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()