This commit is contained in:
parent
73e1b52348
commit
cf03982d0c
|
@ -337,5 +337,5 @@
|
||||||
"You already have the mailAlias": "Ya tienes este alias de correo",
|
"You already have the mailAlias": "Ya tienes este alias de correo",
|
||||||
"The alias cant be modified": "Este alias de correo no puede ser modificado",
|
"The alias cant be modified": "Este alias de correo no puede ser modificado",
|
||||||
"No tickets to invoice": "No hay tickets para facturar",
|
"No tickets to invoice": "No hay tickets para facturar",
|
||||||
"An email is necessary": "An email is necessary"
|
"An email is necessary": "Es necesario un email"
|
||||||
}
|
}
|
|
@ -70,9 +70,10 @@ describe('Client Create', () => {
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
error = e.message;
|
error = e.message;
|
||||||
|
|
||||||
expect(error).toEqual(`An email is necessary`);
|
|
||||||
await tx.rollback();
|
await tx.rollback();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
expect(error).toEqual(`An email is necessary`);
|
||||||
});
|
});
|
||||||
|
|
||||||
it('should create a new account', async() => {
|
it('should create a new account', async() => {
|
||||||
|
|
Loading…
Reference in New Issue