From f7b80262f4f21ed8e9605a6e8a32be7f9f986198 Mon Sep 17 00:00:00 2001 From: cerberus Date: Wed, 29 Oct 2025 17:43:01 +0100 Subject: [PATCH] ugz --- tests/test_hand.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_hand.py b/tests/test_hand.py index f97e9e0..6978cef 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 +# Test 2.1 def test_adding_card_to_hand(default_hand): default_hand.add_card("diamonds","2") default_hand.add_card("diamonds","K")