fix a pep8 line

This commit is contained in:
Jean Lapostolle 2023-04-10 16:30:00 +02:00
parent 4782b629a8
commit 307f81185d
1 changed files with 1 additions and 0 deletions

View File

@ -55,6 +55,7 @@ def test_has_x_same_value():
assert has_x_same_value(hand_onepair) == ('A', 2)
assert has_x_same_value(hand_set) == ('J', 3)
def test_is_following_value():
assert is_following_value(hand_straight)
assert not is_following_value(hand_full)