Bastien Sevajol hace 9 años
padre
commit
6da004f1a0
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      intelligine/tests/simulation/mode/TestChangeMode.py

+ 2 - 2
intelligine/tests/simulation/mode/TestChangeMode.py Ver fichero

@@ -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