Skip to content

Commit

Permalink
Update blackjack_spec.cr (#508)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanplusplus authored Oct 4, 2023
1 parent c86b7b4 commit 81bd2bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/concept/blackjack/spec/blackjack_spec.cr
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ describe Blackjack do
Blackjack.card_range("ten", "king").should eq("high")
end

it "blacjack" do
it "blackjack" do
Blackjack.card_range("ace", "ten").should eq("blackjack")
end
end
Expand Down

0 comments on commit 81bd2bf

Please sign in to comment.