Skip to content

Commit

Permalink
Update blackjack_test.rb (#1613)
Browse files Browse the repository at this point in the history
  • Loading branch information
vmyts539 authored Dec 29, 2023
1 parent 11b2341 commit c901ba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/concept/blackjack/blackjack_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def test_first_turn_blackjack_with_five_for_dealer
end

def test_first_turn_blackjack_with_nine_for_dealer
assert_equal "W", Blackjack.first_turn("ace", "king", "none")
assert_equal "W", Blackjack.first_turn("ace", "king", "nine")
end

def test_first_turn_score_of_20
Expand Down

0 comments on commit c901ba7

Please sign in to comment.