Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gfcapalbo committed Sep 28, 2017
1 parent 1692e51 commit 6e49482
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions stock_reorder_forecast/tests/test_stock_reorder_forecast.py
Expand Up @@ -250,9 +250,7 @@ def test_calc_purchase_date(self):
self.env.cr.execute("UPDATE PURCHASE_ORDER SET STATE='cancel'")
self.product_obj.calc_purchase_date()
self.assertEqual(
(date.today() + timedelta(days=20)).strftime(
DEFAULT_SERVER_DATE_FORMAT
),
date.today(),
self.product_period180.ultimate_purchase
)

Expand Down

0 comments on commit 6e49482

Please sign in to comment.