Tarea #541 /methods/ticket/deleted.js Backend unit tests

This commit is contained in:
gerard 2018-08-10 17:18:21 +02:00
parent 4076934644
commit c62ed68d28
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
const app = require(`${servicesDir}/ticket/server/server`);
fdescribe('ticket deleted()', () => {
describe('ticket deleted()', () => {
it('should call the getShipped method', async() => {
let oldTicket = await app.models.Ticket.findOne({where: {id: 1}});