merged cartest branch into car branch

This commit is contained in:
Leonardo Brandenberger 2022-03-10 14:18:33 +01:00
parent cbc915bf50
commit 19b227c59f
1 changed files with 1 additions and 0 deletions

View File

@ -74,6 +74,7 @@ class CarTest {
for (PositionVector positionVector : invalidPositions) {
boolean exception = false;
setUp();
try {
car.setPosition(positionVector);
} catch (IllegalArgumentException e) {