refactor: Fix Typo
This commit is contained in:
parent
98a63e8e96
commit
0e52763bed
1 changed files with 1 additions and 1 deletions
|
|
@ -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),
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue