Step 2 - Finishing touches

This commit is contained in:
2025-10-22 23:36:41 +01:00
parent fc46b9b83b
commit 211ea25ca5
3 changed files with 16 additions and 33 deletions

View File

@@ -43,7 +43,7 @@ class SimulationTest {
assertEquals("TEST1", vehicle.getId());
assertNotNull(vehicle.getType());
assertNotNull(vehicle.getRoute());
assertTrue(vehicle.getRoute().size() > 0);
assertTrue(!vehicle.getRoute().isEmpty());
}
@Test