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

Convert pyflake complaint into assertion.

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