typo correction
This commit is contained in:
parent
46a62854d6
commit
0f2b19a4eb
|
@ -8,7 +8,7 @@ describe('ticket deleted()', () => {
|
|||
await app.models.TicketTracking.create({ticketFk: ticket.id, stateFk: 3});
|
||||
});
|
||||
|
||||
it('should make the ticket is not deleted yet', async() => {
|
||||
it('should make sure the ticket is not deleted yet', async() => {
|
||||
ticket = await app.models.Ticket.findOne({where: {id: 1}});
|
||||
|
||||
expect(ticket.isDeleted).toEqual(false);
|
||||
|
|
Loading…
Reference in New Issue