adamkvarnsund / Group-23

2 stars 0 forks source link

Fix test #6

Open radams78 opened 1 year ago

radams78 commented 1 year ago

Line should be: assertThrows(IllegalArgumentException.class, () -> {car.gas(20);});

https://github.com/adamkvarnsund/Group-23/blob/65f4ea1b88b30c6386122ff053393bab810dfe69/test/TestCar.java#L58