Commit 766f5597 authored by Łukasz Nowak's avatar Łukasz Nowak

- use total quantity

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22570 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ea0c59ed
......@@ -230,7 +230,7 @@ class TestOrderBuilderMixin(TestOrderMixin):
)
self.assertEquals(
order_line.getQuantity(),
order_line.getTotalQuantity(),
self.wanted_quantity
)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment