Merge remote-tracking branch 'origin/develop'

This commit is contained in:
snipe 2024-07-29 14:39:13 +01:00
commit c2bcc2e2d9
2 changed files with 2 additions and 2 deletions

View file

@ -678,7 +678,7 @@ $(document).ready(function() {
'bind': 'click',
'passwordElement': '#password',
'displayElement': '#generated-password',
'passwordLength': 16,
'passwordLength': {{ ($settings->pwd_secure_min + 5) }},
'uppercase': true,
'lowercase': true,
'numbers': true,

View file

@ -7,7 +7,7 @@ use App\Models\Component;
use App\Models\User;
use Tests\TestCase;
class ComponentCheckoutTest extends TestCase
class ComponentsCheckoutTest extends TestCase
{
public function testCheckingOutComponentRequiresCorrectPermission()
{