Bastien Sevajol пре 9 година
родитељ
комит
6da004f1a0
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      intelligine/tests/simulation/mode/TestChangeMode.py

+ 2 - 2
intelligine/tests/simulation/mode/TestChangeMode.py Прегледај датотеку

@@ -35,8 +35,8 @@ class TestChangeMode(Base):
35 35
             return SOUTH
36 36
         return NORTH
37 37
 
38
-    def _get_set_up_simulation(self):
39
-        return Simulation([self._get_colony(), self._get_foods()])
38
+    def _get_set_up_simulations(self):
39
+        return [Simulation([self._get_colony(), self._get_foods()])]
40 40
 
41 41
     def _get_colony(self):
42 42
         test_case = self