From 6bc4c60ba69d0028102a6b6433d783b89fe1ec7a Mon Sep 17 00:00:00 2001 From: cerberus Date: Wed, 29 Oct 2025 17:48:16 +0100 Subject: [PATCH] sd --- 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 6978cef..004cac9 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 +# Test 2.1 sd def test_adding_card_to_hand(default_hand): default_hand.add_card("diamonds","2") default_hand.add_card("diamonds","K")