This commit is contained in:
parent
a215797390
commit
808a9976ab
|
@ -41,7 +41,7 @@ describe('VnUser addAlias()', () => {
|
|||
await tx.rollback();
|
||||
}
|
||||
|
||||
expect(error.message).toContain(`You don't have the alias assigned and you can't assign it to another user`);
|
||||
expect(error.message).toContain(`You cannot assign an alias that you are not assigned to`);
|
||||
});
|
||||
|
||||
it('should add an alias', async() => {
|
||||
|
|
Loading…
Reference in New Issue