refactor: Fix Typo

This commit is contained in:
Lilly Schramm 2025-06-20 21:38:23 +02:00
parent 98a63e8e96
commit 0e52763bed

View file

@ -1016,7 +1016,7 @@ describe('RoleService', () => {
}));
});
test('clones a roll with a too long name', async () => {
test('clones a role with a too long name', async () => {
const role = await createRole({
name: 'a'.repeat(254),
});