Skip to content

Commit

Permalink
Remove assert message to keep default explicit message
Browse files Browse the repository at this point in the history
  • Loading branch information
yvaucher committed Nov 19, 2014
1 parent 125e6a9 commit 964e0b2
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ def setUp(self):
lid = self.requisition_line_model._generate_source_line(
cr, uid, line)
source_ids += lid
self.assertEqual(len(source_ids), 2,
'wrong number of source lines')
self.assertEqual(len(source_ids), 2)
self.source_lines = self.source_line_model.browse(cr, uid, source_ids)
self.lta_source = next(x for x in self.source_lines
if x.procurement_method == 'fw_agreement')
Expand Down

0 comments on commit 964e0b2

Please sign in to comment.