mirror of
https://github.com/rendercv/rendercv.git
synced 2026-03-14 04:42:23 -04:00
fix get_today tests
This commit is contained in:
@@ -184,7 +184,7 @@ class TestRendering(unittest.TestCase):
|
||||
self.assertEqual(rendering.divide_length_by(length, divider), exp)
|
||||
|
||||
def test_get_today(self):
|
||||
expected = date.today().strftime("%B %d, %Y")
|
||||
expected = date.today().strftime("%B, %Y")
|
||||
result = rendering.get_today()
|
||||
self.assertEqual(expected, result, msg="Today's date is not correct.")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user