Skip to content

Commit

Permalink
touch
Browse files Browse the repository at this point in the history
  • Loading branch information
SkiBY committed Oct 17, 2023
1 parent 1251406 commit 0551d20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ def test_NotImplementedError(self):

def test_types_NotImplementedError(self):
with self.assertRaises(NotImplementedError):
num2words(100, lang="en", to='babidibibidiboo')
num2words(100, lang="en", to='babidibibidiboo!')

0 comments on commit 0551d20

Please sign in to comment.