Apply fixes from StyleCI
Some checks failed
Backend Tests / run (push) Has been cancelled
Frontend Workflow / run (push) Has been cancelled
Static Code Analysis / run (push) Has been cancelled

This commit is contained in:
StyleCI Bot 2024-11-29 12:54:36 +00:00
parent 08b36149fd
commit 9920a9f2f0
No known key found for this signature in database
GPG Key ID: 16B28A4130E063FD

View File

@ -47,7 +47,7 @@ class TestCaseTest extends TestCase
$this->assertEquals('something_other_than_username', $settings->get('display_name_driver'));
}
#[Test]
#[Test]
public function settings_cleaned_up_from_previous_method()
{
$settings = $this->app()->getContainer()->make(SettingsRepositoryInterface::class);