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

Simulation only covers current and next period.

parent e9dc587c
......@@ -95,7 +95,7 @@ class TestVifibOpenOrderSimulation(TestVifibSlapWebServiceMixin):
sort_on=(('movement.start_date', 'desc'),)
)
# Check that simulation is created by the periodicity for one year
self.assertEquals(12,
self.assertEquals(2,
len(simulation_movement_list))
# Check the list of expected simulation
......
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