Skip to content

Commit 901f88f

Browse files
committed
Linting fixing
1 parent 5cbf776 commit 901f88f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_calendar_grid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def test_display_day():
105105

106106
@staticmethod
107107
def test_set_id():
108-
assert DAY.set_id() == '03-May1988'
108+
assert DAY.set_id() == '03-May-1988'
109109

110110
@staticmethod
111111
def test_display_str():

0 commit comments

Comments
 (0)