Skip to content

Commit c901ba7

Browse files
authored
Update blackjack_test.rb (#1613)
1 parent 11b2341 commit c901ba7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/concept/blackjack/blackjack_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ def test_first_turn_blackjack_with_five_for_dealer
131131
end
132132

133133
def test_first_turn_blackjack_with_nine_for_dealer
134-
assert_equal "W", Blackjack.first_turn("ace", "king", "none")
134+
assert_equal "W", Blackjack.first_turn("ace", "king", "nine")
135135
end
136136

137137
def test_first_turn_score_of_20

0 commit comments

Comments
 (0)