Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Rouaa93 authored Jan 6, 2025
1 parent 9f85f1a commit 17ab504
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion solutions/tests/test_even_odd_range.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ def test_even_odd_range_empty(self):
with self.assertRaises(ValueError):
even_odd_range(5, 4)


def test_even_odd_range_single(self):
"""
Tests that a single number in the range is classified correctly.
Expand Down

0 comments on commit 17ab504

Please sign in to comment.