Skip to content

Commit

Permalink
ci ceck
Browse files Browse the repository at this point in the history
  • Loading branch information
TagwaHashim committed Jan 9, 2025
1 parent 4c5874c commit 65316af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solutions/tests/test_Addition.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from solutions.addition import addition


class TestAddition(unittest.TestCase):
class Testaddition(unittest.TestCase):
"""Test the addition function"""

def test_add_integers(self):
Expand Down

0 comments on commit 65316af

Please sign in to comment.