Fix method name

This commit is contained in:
Marcus Moore
2026-03-05 16:30:05 -08:00
parent 4875283ed1
commit 3ed09f304c

View File

@@ -10,7 +10,7 @@ use Tests\TestCase;
class CreateLicenseTest extends TestCase
{
public function testPermissionRequiredToViewLicense()
public function testPermissionRequiredToCreateLicense()
{
$license = License::factory()->create();
$this->actingAs(User::factory()->create())