3
0
mirror of https://github.com/snipe/snipe-it.git synced 2025-10-29 11:21:21 +00:00

Renamed the test for consistency

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2025-08-28 13:02:01 +01:00
parent b303875f1d
commit cad6cc3007

View File

@ -8,7 +8,7 @@ use App\Models\User;
use Illuminate\Testing\Fluent\AssertableJson;
use Tests\TestCase;
class StoreUsersTest extends TestCase
class CreateUserTest extends TestCase
{
public function testRequiresPermission()
{