Skip to content

Commit

Permalink
Update exercises/concept/need-for-speed/src/test/java/NeedForSpeedTes…
Browse files Browse the repository at this point in the history
…t.java

Co-authored-by: Kah Goh <[email protected]>
  • Loading branch information
gigaSproule and kahgoh authored Jul 16, 2024
1 parent 6af75d5 commit 1ac3845
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ public void car_can_finish_with_car_that_just_cannot_finish() {

@Test
@Tag("task:6")
@DisplayName("The method returns false when car cannot finish a race")
@DisplayName("The canFinishRace method returns false when car cannot finish a race")
public void car_can_finish_with_car_that_cannot_finish() {
int speed = 1;
int batteryDrain = 20;
Expand Down

0 comments on commit 1ac3845

Please sign in to comment.