Skip to content

Commit

Permalink
Clean and sanitaze code of unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
lomamech committed Sep 5, 2022
1 parent 5d29c9e commit 0214f70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/client-unit/mocks/stock.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
description : '',
reference_number : undefined,
serial_number : undefined,
acquisition_date: undefined,
acquisition_date : undefined,
},
{
uuid : 'd03e7870-0c8e-47d4-a7a8-a17a9924b124',
Expand All @@ -46,7 +46,7 @@
description : '',
reference_number : undefined,
serial_number : undefined,
acquisition_date: undefined,
acquisition_date : undefined,
},
]);
}
Expand Down

0 comments on commit 0214f70

Please sign in to comment.