mirror of
https://github.com/stijndcl/didier.git
synced 2026-04-07 15:48:29 +02:00
Fix typo in test
This commit is contained in:
parent
07e48e4046
commit
41a1527e72
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ class TestTimeFormatters(unittest.TestCase):
|
|||
self.assertEqual("0123", timeFormatters.leadingZero("0123"))
|
||||
|
||||
def test_delimiter(self):
|
||||
self.assertEqual("0123", timeFormatters.delimiter("0123"))
|
||||
self.assertEqual("01:23", timeFormatters.delimiter("0123"))
|
||||
self.assertEqual("01.23", timeFormatters.delimiter("0123", delim="."))
|
||||
|
||||
def test_timeFromInt(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue