Commit 0e450660 authored by Łukasz Nowak's avatar Łukasz Nowak

Convert pyflake complaint into assertion.

parent 2bccf884
...@@ -128,8 +128,8 @@ class TestVifibOpenOrderSimulation(TestVifibSlapWebServiceMixin): ...@@ -128,8 +128,8 @@ class TestVifibOpenOrderSimulation(TestVifibSlapWebServiceMixin):
self.assertFalse(simulation_movement.isBuildable()) self.assertFalse(simulation_movement.isBuildable())
# no invoice movements on this level # no invoice movements on this level
applied_rule_invoice_list = \ self.assertEqual(0,
simulation_movement.contentValues(portal_type="Applied Rule") len(simulation_movement.contentValues(portal_type="Applied Rule"))
# check next simulation movement # check next simulation movement
idx += 1 idx += 1
......
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