Skip to content

Commit

Permalink
re-enable failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl authored Oct 24, 2019
1 parent 842217b commit 5d37e9c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/test_format.py
Original file line number Diff line number Diff line change
Expand Up @@ -328,8 +328,7 @@ def test_ordinals(self):
self.assertEqual(pronounce_number(27, ordinals=True), "twenty seventh")
self.assertEqual(pronounce_number(30, ordinals=True), "thirtieth")
self.assertEqual(pronounce_number(33, ordinals=True), "thirty third")
# TODO test failing with "one hundred"
#self.assertEqual(pronounce_number(100, ordinals=True), "hundredth")
self.assertEqual(pronounce_number(100, ordinals=True), "hundredth")
self.assertEqual(pronounce_number(1000, ordinals=True), "thousandth")
self.assertEqual(pronounce_number(10000, ordinals=True),
"ten thousandth")
Expand Down

0 comments on commit 5d37e9c

Please sign in to comment.