pr changes
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Bernat Exposito 2020-11-23 13:05:24 +01:00
parent b07ae3f60c
commit 37ac312bd5
1 changed files with 1 additions and 1 deletions

View File

@ -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;