fds
This commit is contained in:
@@ -7,7 +7,7 @@ def default_hand():
|
||||
my_hand = Hand()
|
||||
return my_hand
|
||||
|
||||
# Test
|
||||
# Test 2
|
||||
def test_adding_card_to_hand(default_hand):
|
||||
default_hand.add_card("diamonds","2")
|
||||
default_hand.add_card("diamonds","K")
|
||||
|
||||
Reference in New Issue
Block a user