diff --git a/modules/ticket/back/methods/sale/specs/updatePrice.spec.js b/modules/ticket/back/methods/sale/specs/updatePrice.spec.js index 3b0de8220f..f86cb17ebc 100644 --- a/modules/ticket/back/methods/sale/specs/updatePrice.spec.js +++ b/modules/ticket/back/methods/sale/specs/updatePrice.spec.js @@ -51,7 +51,7 @@ xdescribe('sale updatePrice()', () => { }); - fit('should este crea mana', async() => { + it('should este crea mana', async() => { let params = { price: 5.5, id: 13, @@ -63,7 +63,7 @@ xdescribe('sale updatePrice()', () => { expect(saleUpdated.price).toEqual(5.5); }); - fit('should este no crea el mana', async() => { + it('should este no crea el mana', async() => { let params = { price: 5.5, id: 13,