ref #6246 replace name
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Jorge Penadés 2023-09-25 15:28:08 +02:00
parent f4ce5db93b
commit db8dc8487b
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ describe('ticket merge()', () => {
return value;
};
it('should merge a ticket', async() => {
it('should merge two tickets', async() => {
const tx = await models.Ticket.beginTransaction({});
try {