Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gfcapalbo committed Jul 3, 2017
1 parent aa0775d commit a5a34aa
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -251,7 +251,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=10)).strftime(
(date.today()).strftime(
DEFAULT_SERVER_DATE_FORMAT
),
self.product_period180.ultimate_purchase
Expand Down

0 comments on commit a5a34aa

Please sign in to comment.