Skip to content

Commit

Permalink
Rename unit test.py to test_count_words.py
Browse files Browse the repository at this point in the history
  • Loading branch information
raghad598 authored Jan 2, 2025
1 parent e3775f5 commit caf6847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unit test.py → test_count_words.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ def test_special_characters(self):
self.assertEqual(count_words("!@# $%^ &*()"), 3)

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

0 comments on commit caf6847

Please sign in to comment.