Skip to content

Commit

Permalink
Update tests/test_inspect.py
Browse files Browse the repository at this point in the history
  • Loading branch information
seberg authored Aug 29, 2024
1 parent 4ac6493 commit c8dd65a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/test_inspect.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.")

0 comments on commit c8dd65a

Please sign in to comment.