Skip to content

Commit

Permalink
Try #5601:
Browse files Browse the repository at this point in the history
  • Loading branch information
bors[bot] authored May 2, 2021
2 parents 5a9cffc + c19b8ea commit 197fb4e
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 197fb4e

Please sign in to comment.