Skip to content

Commit

Permalink
Fix the period for the test
Browse files Browse the repository at this point in the history
  • Loading branch information
mbayopanda committed Apr 30, 2021
1 parent 5a9cffc commit c19b8ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/end-to-end/stock/stock.aggregate_consumption.js
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ function StockAggregateConsumptionTests() {

it(`Prevent negative stock quantities when Aggregate Consumption greater than the
quantity available on current depot ${DEPOT_TERTIAIRE}`, async () => {
const getMovementDate = moment(new Date(), 'YYYY-MM-DD').subtract(90, 'days');
const getMovementDate = moment(new Date(), 'YYYY-MM-DD').subtract(80, 'days');
const getMovementMonth = moment(getMovementDate).month();
const getMovementYear = moment(getMovementDate).year();

Expand Down

0 comments on commit c19b8ea

Please sign in to comment.