fix: refs #6583 drop focus
gitea/salix/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Jorge Penadés 2024-12-17 12:58:57 +01:00
parent b935878dd6
commit 9ac8e60f0c
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ describe('TicketFuture getTicketsAdvance()', () => {
}
});
fit('should return the tickets without only destination', async() => {
it('should return the tickets without only destination', async() => {
const tx = await models.Ticket.beginTransaction({});
try {