From c96e78f043712ed0cb955495fd209d3a46645e50 Mon Sep 17 00:00:00 2001 From: Benjamin Thomas Schwertfeger Date: Sat, 21 Oct 2023 15:49:32 +0200 Subject: [PATCH] remove wip marker --- tests/spot/test_spot_funding.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/spot/test_spot_funding.py b/tests/spot/test_spot_funding.py index f500e1ad..4ed1bbfb 100644 --- a/tests/spot/test_spot_funding.py +++ b/tests/spot/test_spot_funding.py @@ -41,7 +41,6 @@ def test_get_deposit_address(spot_auth_funding: Funding) -> None: ) -@pytest.mark.wip() @pytest.mark.spot() @pytest.mark.spot_auth() @pytest.mark.spot_funding()