Derp. Spelling.

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2024-05-31 23:12:13 +01:00
parent f7687008b7
commit abcfe2b757

View file

@ -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();