Skip to content

Commit 956974c

Browse files
nickvergessenjuliusknorr
authored andcommitted
test(settings): Fix CI after parallel merges
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 parent cd56ec8 commit 956974c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/settings/tests/Controller/AppSettingsControllerTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ public function testViewApps(): void {
182182
]);
183183

184184
$this->initialState
185-
->expects($this->exactly(4))
185+
->expects($this->exactly(5))
186186
->method('provideInitialState');
187187

188188
$policy = new ContentSecurityPolicy();
@@ -222,7 +222,7 @@ public function testViewAppsAppstoreNotEnabled(): void {
222222
]);
223223

224224
$this->initialState
225-
->expects($this->exactly(4))
225+
->expects($this->exactly(5))
226226
->method('provideInitialState');
227227

228228
$policy = new ContentSecurityPolicy();

0 commit comments

Comments
 (0)