mirror of
https://github.com/grokability/snipe-it.git
synced 2026-03-12 17:52:00 +08:00
Fix method name
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user