File tree 1 file changed +5
-3
lines changed
exercises/practice/bowling/tests
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -315,7 +315,8 @@ fn two_bonus_rolls_after_a_strike_in_the_last_frame_cannot_score_more_than_10_po
315
315
316
316
#[ test]
317
317
#[ ignore]
318
- fn two_bonus_rolls_after_a_strike_in_the_last_frame_can_score_more_than_10_points_if_one_is_a_strike ( ) {
318
+ fn two_bonus_rolls_after_a_strike_in_the_last_frame_can_score_more_than_10_points_if_one_is_a_strike (
319
+ ) {
319
320
let mut game = BowlingGame :: new ( ) ;
320
321
321
322
for _ in 0 ..18 {
@@ -330,7 +331,8 @@ fn two_bonus_rolls_after_a_strike_in_the_last_frame_can_score_more_than_10_point
330
331
331
332
#[ test]
332
333
#[ ignore]
333
- fn the_second_bonus_rolls_after_a_strike_in_the_last_frame_cannot_be_a_strike_if_the_first_one_is_not_a_strike ( ) {
334
+ fn the_second_bonus_rolls_after_a_strike_in_the_last_frame_cannot_be_a_strike_if_the_first_one_is_not_a_strike (
335
+ ) {
334
336
let mut game = BowlingGame :: new ( ) ;
335
337
336
338
for _ in 0 ..18 {
@@ -360,7 +362,7 @@ fn second_bonus_roll_after_a_strike_in_the_last_frame_cannot_score_more_than_10_
360
362
361
363
#[ test]
362
364
#[ ignore]
363
- fn bonus_rolls_for_a_strike_in_the_last_frame_must_be_rolled_before_score_can_be_calculated ( ) {
365
+ fn bonus_rolls_for_a_strike_in_the_last_frame_must_be_rolled_before_score_can_be_calculated ( ) {
364
366
let mut game = BowlingGame :: new ( ) ;
365
367
366
368
for _ in 0 ..18 {
You can’t perform that action at this time.
0 commit comments