Skip to content

Commit

Permalink
Update vehicle_efficiency.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
arijust authored Nov 21, 2019
1 parent e1df3ad commit 2efc7ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/vehicle_efficiency.cpp
Original file line number Diff line number Diff line change
@@ -433,7 +433,7 @@ TEST_CASE( "vehicle_efficiency", "[vehicle] [engine]" )
test_vehicle( "beetle", 745101, 294587, 242197, 79708, 60855 );
test_vehicle( "car", 1050050, 522175, 313125, 48143, 29452 );
test_vehicle( "car_sports", 1083646, 456200, 320929, 39494, 24378 );
test_vehicle( "electric_car", 1055519, 215663, 125341, 18171, 9614 );
test_vehicle( "electric_car", 1055519, 215663, 125341, 18172, 9614 );
test_vehicle( "suv", 1249718, 988969, 499869, 73538, 35070 );
test_vehicle( "motorcycle", 163085, 77300, 63120, 47530, 39030 );
test_vehicle( "quad_bike", 265345, 75950, 75950, 35190, 35190 );

0 comments on commit 2efc7ad

Please sign in to comment.