Skip to content

Commit

Permalink
Update test_edge_case_list.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ikostan committed Dec 19, 2024
1 parent d5763de commit 8f7dce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kyu_6/default_list/test_edge_case_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
name='Source/Kata')
class EdgeCaseListTestCase(unittest.TestCase):
"""Testing 'DefaultList' class with edge cases."""
# pylint: enable=duplicate-code

# pylint: enable=duplicate-code
def test_default_list_edge_cases_pop(self):
"""
Testing 'DefaultList' class: pop.
Expand Down

0 comments on commit 8f7dce0

Please sign in to comment.