Test #1489 updatePrice backTest skipped
gitea/salix/dev This commit looks good Details

This commit is contained in:
Bernat 2019-05-30 08:06:52 +02:00
parent d742eef7c3
commit 24c3b35605
1 changed files with 2 additions and 2 deletions

View File

@ -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,