2493-route_ticket_drag_and_drop #462
|
@ -26,7 +26,7 @@ describe('route ticketToRoute()', () => {
|
|||
done();
|
||||
});
|
||||
|
||||
it('should add the ticket in a route', async() => {
|
||||
it('should add the ticket to a route', async() => {
|
||||
originalTicket = await app.models.Ticket.findById(14);
|
||||
|
||||
const ticketId = 14;
|
||||
|
|
Loading…
Reference in New Issue