From c8dd65adf3aeeda7e6a1b137baddf4d507315d8b Mon Sep 17 00:00:00 2001 From: Sebastian Berg Date: Thu, 29 Aug 2024 16:15:00 +0200 Subject: [PATCH] Update tests/test_inspect.py --- tests/test_inspect.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tests/test_inspect.py b/tests/test_inspect.py index 1eb60c4..76ac89e 100644 --- a/tests/test_inspect.py +++ b/tests/test_inspect.py @@ -32,10 +32,4 @@ def test_most_common_element(): res = lwi.most_common_element(ll) assert res == 3 - - - -#@pytest.mark.skip(reason="Test is not implemented yet") -#def test_most_common_element(): -# raise AssertionError("This test is missing.")