Skip to content

Commit

Permalink
Reorder 3+2 full house to lower the chance of passing coincidentally
Browse files Browse the repository at this point in the history
  • Loading branch information
esimonov committed May 25, 2024
1 parent 2ad6154 commit e12e402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/practice/yacht/test/yacht_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ defmodule YachtTest do

@tag :pending
test "Full house three small, two big" do
assert Yacht.score(:full_house, [5, 3, 3, 5, 3]) == 19
assert Yacht.score(:full_house, [3, 5, 3, 5, 3]) == 19
end

@tag :pending
Expand Down

0 comments on commit e12e402

Please sign in to comment.