Tarea #541 /methods/ticket/deleted.js Backend unit tests
This commit is contained in:
parent
4076934644
commit
c62ed68d28
|
@ -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}});
|
||||
|
||||
|
|
Loading…
Reference in New Issue