mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-12 06:17:28 -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);
|
->assertStatus(200);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function testUserWithhoutPermissionsCannotSendInventory()
|
public function testUserWithoutPermissionsCannotSendInventory()
|
||||||
{
|
{
|
||||||
Notification::fake();
|
Notification::fake();
|
||||||
|
|
||||||
|
@ -81,7 +81,7 @@ class ViewUserTest extends TestCase
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function testUserWithhoutPermissionsCannotDeleteUser()
|
public function testUserWithoutPermissionsCannotDeleteUser()
|
||||||
{
|
{
|
||||||
|
|
||||||
$this->settings->enableMultipleFullCompanySupport();
|
$this->settings->enableMultipleFullCompanySupport();
|
||||||
|
|
Loading…
Reference in a new issue