Skip to content

Commit 770001c

Browse files
committed
passing tests
1 parent c03f341 commit 770001c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

rust/bowling/tests/bowling.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ fn a_roll_is_err_if_the_game_is_done() {
5757
}
5858

5959
#[test]
60-
#[ignore]
6160
fn twenty_zero_pin_rolls_scores_zero() {
6261
let mut game = BowlingGame::new();
6362

@@ -69,7 +68,6 @@ fn twenty_zero_pin_rolls_scores_zero() {
6968
}
7069

7170
#[test]
72-
#[ignore]
7371
fn ten_frames_without_a_strike_or_spare() {
7472
let mut game = BowlingGame::new();
7573

0 commit comments

Comments
 (0)