This commit is contained in:
parent
117baa3298
commit
100b709cee
|
@ -56,6 +56,6 @@ describe('zone deletezone()', () => {
|
||||||
await tx.rollback();
|
await tx.rollback();
|
||||||
}
|
}
|
||||||
|
|
||||||
expect(error).toEqual('There are tickets to be invoiced for this area, please delete them first');
|
expect(error).toEqual('There are tickets to be invoiced');
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue