Skip to content

Commit

Permalink
fix settings_test
Browse files Browse the repository at this point in the history
  • Loading branch information
choucavalier committed Sep 21, 2023
1 parent 01d8d2e commit d3edf74
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/settings_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ def test_simple_config(self):
'default_event_duration': dt.timedelta(days=1),
'default_dayevent_duration': dt.timedelta(hours=1),
'show_all_days': False,
'enable_mouse': True,
}
}
for key in comp_config:
Expand Down Expand Up @@ -102,8 +103,8 @@ def test_small(self):
'timedelta': dt.timedelta(days=2),
'default_event_duration': dt.timedelta(days=1),
'default_dayevent_duration': dt.timedelta(hours=1),

'show_all_days': False
'show_all_days': False,
'enable_mouse': True,
}
}
for key in comp_config:
Expand Down

0 comments on commit d3edf74

Please sign in to comment.