Skip to content

Commit 52fd00c

Browse files
committed
CI: Fix test assertion for page category count in PageRepositoryTest
1 parent f71506a commit 52fd00c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/CoreBundle/Repository/PageRepositoryTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ public function testCreateDefaultPages(): void
318318
$this->assertTrue($result);
319319
$this->assertSame(2, $pageRepo->count([]));
320320
$this->assertSame(
321-
7 + \count(CreateDefaultPages::getCategoriesForAdminBlocks()),
321+
8 + \count(CreateDefaultPages::getCategoriesForAdminBlocks()),
322322
$pageCategoryRepo->count([])
323323
);
324324

0 commit comments

Comments
 (0)