Skip to content

Commit

Permalink
update the test to fail without the fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gurneyalex authored and lepistone committed Nov 9, 2014
1 parent 4212795 commit e14a296
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def test_01_transform_source_to_agreement(self):
self.assertEqual(po.dest_address_id, add)
self.assertEqual(po.consignee_id, consignee)
self.assertEqual(po.state, 'draftpo')

self.assertNotEqual(po.name, self.requisition.name)
self.assertEqual(len(po.order_line), 2)

po_line = next(x for x in po.order_line
Expand Down

0 comments on commit e14a296

Please sign in to comment.