Skip to content

Commit

Permalink
remove artifacts from merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikoleta-v3 authored Sep 4, 2024
1 parent 77610b3 commit 2c10be0
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tests/test_inspect.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,3 @@ def test_most_common_element():
ll = [1, 2, 3, 4, 1, 1, 2, 3, 3, 3, 3, 3]
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 2c10be0

Please sign in to comment.