Commit 7509cf8b authored by Łukasz Nowak's avatar Łukasz Nowak

Revert "Simulation only covers current and next period."

This reverts commit b590542d.
parent 4c235600
......@@ -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(2,
self.assertEquals(12,
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