From f51de166eb025f31b7bd64a457dc63cb7ccf764e Mon Sep 17 00:00:00 2001 From: Cerberus Date: Wed, 29 Oct 2025 17:38:51 +0100 Subject: [PATCH] added card --- tests/test_hand.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_hand.py b/tests/test_hand.py index 50381df..f67fc3d 100644 --- a/tests/test_hand.py +++ b/tests/test_hand.py @@ -10,3 +10,4 @@ def default_hand(): def test_adding_card_to_hand(default_hand): default_hand.add_card("diamonds","2") + default_hand.add_card("diamonds","K")