This commit is contained in:
parent
d742eef7c3
commit
24c3b35605
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue