chore: adjust tests to changed role labels

This commit is contained in:
2026-09-21 10:02:29 +02:00
parent fbb3ebb8c1
commit 00637042e2
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ class AppRuntimeRoleLabelsTest extends TestCase
public function testEffectiveRolesAreLabelled(): void
{
self::assertSame(
['Teamer:in', 'Preisrechner'],
['Teamer:in', 'GRO-Expert:in'],
$this->runtime()->effectiveRoles([Role::TEAMER, Role::GROUPS_MANAGER]),
);
}