We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2d48fc commit 7dcbf59Copy full SHA for 7dcbf59
1 file changed
rust/bowling/tests/bowling.rs
@@ -154,7 +154,6 @@ fn a_strike_earns_ten_points_in_a_frame_with_a_single_roll() {
154
}
155
156
#[test]
157
-#[ignore]
158
fn points_scored_in_the_two_rolls_after_a_strike_are_counted_twice_as_a_bonus() {
159
let mut game = BowlingGame::new();
160
0 commit comments