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.")