Skip to content

Commit 910a0d3

Browse files
committed
fix: unwanted imports after rebase
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
1 parent 7fa69d2 commit 910a0d3

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

tests/lib/Config/LexiconTest.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
*/
88
namespace Tests\lib\Config;
99

10-
use NCU\Config\Exceptions\TypeConflictException;
11-
use NCU\Config\Exceptions\UnknownKeyException;
12-
use NCU\Config\IUserConfig;
1310
use OC\AppConfig;
1411
use OC\AppFramework\Bootstrap\Coordinator;
1512
use OC\Config\ConfigManager;
@@ -81,6 +78,7 @@ public function testAppConfigMigrationToLazy() {
8178
// to avoid filling cache with an empty Lexicon, we use a new IAppConfig
8279
$appConfig = new AppConfig(
8380
Server::get(IDBConnection::class),
81+
Server::get(IConfig::class),
8482
Server::get(LoggerInterface::class),
8583
Server::get(ICrypto::class),
8684
);

0 commit comments

Comments
 (0)