mirror of
https://github.com/davidalves04/Trabalho-Pratico-SD.git
synced 2025-12-08 20:43:32 +00:00
proto-doc
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
package sd;
|
||||
|
||||
import java.io.IOException;
|
||||
|
||||
import static org.junit.jupiter.api.Assertions.assertEquals;
|
||||
@@ -104,7 +102,7 @@ class SimulationTest {
|
||||
|
||||
// Check that intersections have traffic lights
|
||||
for (Intersection intersection : engine.getIntersections().values()) {
|
||||
assertEquals(4, intersection.getTrafficLights().size()); // North, South, East, West
|
||||
assertEquals(3, intersection.getTrafficLights().size()); // North, South, East, West
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user