Commit b4ee875a authored by Łukasz Nowak's avatar Łukasz Nowak

Assert that no cells are created.

parent ef42d626
......@@ -95,6 +95,8 @@ class TestSlapOSSalePackingListBuilder(testSlapOSMixin):
delivery_line.getPrice())
self.assertFalse(delivery_line.hasStartDate())
self.assertFalse(delivery_line.hasStopDate())
self.assertEqual([], delivery_line.contentValues(
portal_type='Sale Packing List Cell'))
checkDeliveryLine(simulation_movement_1, delivery_line_1)
checkDeliveryLine(simulation_movement_2, delivery_line_2)
......
110
\ No newline at end of file
111
\ No newline at end of file
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