Skip to content

Commit

Permalink
another try
Browse files Browse the repository at this point in the history
  • Loading branch information
ArwaAbdelkhalik committed Jan 12, 2025
1 parent 8bab4b9 commit 4bf9cc7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions solutions/tests/test_capitalize_string.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,7 @@ def test_non_string_input(self):
capitalize_string(123)
with self.assertRaises(TypeError):
capitalize_string(["hello", "world"])


if __name__ == "__main__":
unittest.main()

0 comments on commit 4bf9cc7

Please sign in to comment.