removed bs

This commit is contained in:
2025-10-29 17:49:42 +01:00
parent 900304c477
commit 4043e47208

View File

@@ -7,7 +7,7 @@ def default_hand():
my_hand = Hand()
return my_hand
# 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")