diff --git a/tests/test_hand.py b/tests/test_hand.py index 004cac9..cc6e3f8 100644 --- a/tests/test_hand.py +++ b/tests/test_hand.py @@ -7,7 +7,7 @@ def default_hand(): my_hand = Hand() return my_hand -# Test 2.1 sd +# Test 2.1 sd sd def test_adding_card_to_hand(default_hand): default_hand.add_card("diamonds","2") default_hand.add_card("diamonds","K")