Skip to content

Commit

Permalink
Revert "FIX travis with test modification suggested by @darshan-serpent"
Browse files Browse the repository at this point in the history
FIX don't change deliverable description if previously filled
  • Loading branch information
Rubén Cabrera committed May 24, 2017
1 parent 9e357a3 commit e49137b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion business_requirement_deliverable/tests/test_br.py
Expand Up @@ -211,7 +211,7 @@ def test_get_pricelist(self):
})
self.br.write({'partner_id': self.partner.id})
for line in self.br.deliverable_lines:
line.write({'product_id': self.productA.id, 'name': ''})
price_list = line._get_pricelist()
self.assertEqual(
price_list.id,
self.partner.property_product_pricelist.id)
Expand Down

0 comments on commit e49137b

Please sign in to comment.