mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-24 21:24:13 -08:00
Derp. Spelling.
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
f7687008b7
commit
abcfe2b757
|
@ -53,7 +53,7 @@ class ViewUserTest extends TestCase
|
|||
->assertStatus(200);
|
||||
}
|
||||
|
||||
public function testUserWithhoutPermissionsCannotSendInventory()
|
||||
public function testUserWithoutPermissionsCannotSendInventory()
|
||||
{
|
||||
Notification::fake();
|
||||
|
||||
|
@ -81,7 +81,7 @@ class ViewUserTest extends TestCase
|
|||
);
|
||||
}
|
||||
|
||||
public function testUserWithhoutPermissionsCannotDeleteUser()
|
||||
public function testUserWithoutPermissionsCannotDeleteUser()
|
||||
{
|
||||
|
||||
$this->settings->enableMultipleFullCompanySupport();
|
||||
|
|
Loading…
Reference in a new issue