Skip to content

Commit db019d1

Browse files
authored
Update BowlingGameTest.java
1 parent 7bd8659 commit db019d1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

exercises/practice/bowling/src/test/java/BowlingGameTest.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,9 @@ public void twoBonusRollsAfterAStrikeInTheLastFrameCanScoreMoreThan10PointsIfOne
231231

232232
@Disabled("Remove to run test")
233233
@Test
234-
@DisplayName("the second bonus rolls after a strike in the last frame cannot be a strike if the first one is not a strike")
234+
@DisplayName(
235+
"the second bonus rolls after a strike in the last frame cannot be a strike if the first one is not a strike"
236+
)
235237
public void theSecondBonusRollsAfterAStrikeInTheLastFrameCanNotBeAStrikeIfTheFirstOneIsNotAStrike() {
236238
int[] rolls = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 10, 6, 10};
237239

0 commit comments

Comments
 (0)