This commit is contained in:
parent
bb39724718
commit
6294fc0435
|
@ -33,7 +33,8 @@ describe('Worker new', () => {
|
|||
code: 'DWW',
|
||||
bossFk: 9,
|
||||
birth: '2022-12-11T23:00:00.000Z',
|
||||
payMethodFk: 1
|
||||
payMethodFk: 1,
|
||||
roleFk: 1
|
||||
};
|
||||
|
||||
it('should return error if personal mail already exists', async() => {
|
||||
|
|
Loading…
Reference in New Issue