2493-route_ticket_drag_and_drop #462

Merged
bernat merged 5 commits from 2493-route_ticket_drag_and_drop into dev 2020-11-24 07:57:39 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 37ac312bd5 - Show all commits

View File

@ -26,7 +26,7 @@ describe('route ticketToRoute()', () => {
done(); done();
}); });
it('should add the ticket in a route', async() => { it('should add the ticket to a route', async() => {
Outdated
Review

Creo que lo correcto sería poner "to a route". Da a entender que es un ticket que ya esta en una ruta

Creo que lo correcto sería poner "to a route". Da a entender que es un ticket que ya esta en una ruta
originalTicket = await app.models.Ticket.findById(14); originalTicket = await app.models.Ticket.findById(14);
const ticketId = 14; const ticketId = 14;