Skip to content

Commit

Permalink
Clean and sanitaze code
Browse files Browse the repository at this point in the history
  • Loading branch information
lomamech committed Oct 11, 2022
1 parent 31b990a commit 8e88d86
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/client-unit/mocks/stock.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
lot : 'A',
quantity : 50,
expiration_date : '2019-01-01',
package_size : 1,
package_size : 1,
}, {
uuid : 'd03e7870-0c8e-47d4-a7a8-a17a9924b124',
lot : 'B',
quantity : 30,
expiration_date : '2018-12-01',
package_size : 1,
package_size : 1,
}]);

service.singleInventoryFormStoreData = () => ({
Expand All @@ -36,7 +36,7 @@
description : '',
reference_number : undefined,
serial_number : undefined,
package_size : 1,
package_size : 1,
},
{
uuid : 'd03e7870-0c8e-47d4-a7a8-a17a9924b124',
Expand All @@ -48,7 +48,7 @@
description : '',
reference_number : undefined,
serial_number : undefined,
package_size : 1,
package_size : 1,
},
]);
}
Expand Down

0 comments on commit 8e88d86

Please sign in to comment.