feat: refs #7919 test

This commit is contained in:
Jorge Penadés 2024-10-14 17:14:01 +02:00
parent ccf9dbde8e
commit a35208d903
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ describe('ticket setDeleted()', () => {
expect(error.message).not.toContain('Tickets with associated refunds');
});
it('should delete a refund ticket from ticketRefund table', async() => {
it('should delete the refund - original ticket relation', async() => {
const tx = await models.Ticket.beginTransaction({});
try {
const options = {transaction: tx};