Skip to content

Commit

Permalink
fix flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
Храмцов Дмитрий Романович authored and Храмцов Дмитрий Романович committed Nov 11, 2024
1 parent c8badbd commit a18f298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ def test_is_title(self):

def test_set_high_numwords_not_implemented(self):
with self.assertRaises(NotImplementedError):
self.base.set_high_numwords(['cent', 'novemnonagint', 'octononagint'])
self.base.set_high_numwords(['cent', 'novemnonagint'])

0 comments on commit a18f298

Please sign in to comment.