Apply 1 suggestion(s) to 1 file(s)

This commit is contained in:
Lillychan 2025-06-20 20:10:04 +00:00
parent 3ce8914673
commit 87f6d84229

View file

@ -985,7 +985,7 @@ describe('RoleService', () => {
});
describe('clone', () => {
test('clones an role', async () => {
test('clones a role', async () => {
const role = await createRole({
name: 'original role',
color: '#ff0000',