Fix admin_audit unit test

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2023-02-03 15:21:13 +01:00
parent 7676103f4d
commit 0383eec7fd
No known key found for this signature in database
GPG key ID: 74434EFE0D2E2205

View file

@ -27,6 +27,7 @@ declare(strict_types=1);
namespace OCA\AdminAudit\Tests\Actions;
use OCA\AdminAudit\Actions\Security;
use OCA\AdminAudit\AuditLogger;
use OCP\IUser;
use Psr\Log\LoggerInterface;
use Test\TestCase;