385386387388389390391392393394395
} @Test public void testTrafficLightsPosition() throws IOException { TrafficLight tl = repo.getByID("0"); List<Lane> lanes = tl.queryReadControlledLanes().get(); assertEquals(16, lanes.size()); for (Lane lane : lanes) {