From 7e44b7d824838f47c67704d2a54086c92cbf6d26 Mon Sep 17 00:00:00 2001 From: Ace Date: Tue, 24 Nov 2020 00:39:23 +0100 Subject: [PATCH] Fixed some sizes in tests --- inkycal/tests/inkycal_calendar_test.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/inkycal/tests/inkycal_calendar_test.py b/inkycal/tests/inkycal_calendar_test.py index 85cede8..56b78e8 100644 --- a/inkycal/tests/inkycal_calendar_test.py +++ b/inkycal/tests/inkycal_calendar_test.py @@ -6,7 +6,7 @@ tests = [ "position": 2, "name": "Calendar", "config": { - "size": [800, 400], + "size": [400, 800], "week_starts_on": "Monday", "show_events": True, "ical_urls": "https://www.officeholidays.com/ics-fed/usa", @@ -23,7 +23,7 @@ tests = [ "position": 2, "name": "Calendar", "config": { - "size": [800, 400], + "size": [400, 800], "week_starts_on": "Sunday", "show_events": True, "ical_urls": "https://www.officeholidays.com/ics-fed/usa", @@ -40,7 +40,7 @@ tests = [ "position": 2, "name": "Calendar", "config": { - "size": [800, 400], + "size": [400, 800], "week_starts_on": "Monday", "show_events": False, "ical_urls": "https://www.officeholidays.com/ics-fed/usa", @@ -57,7 +57,7 @@ tests = [ "position": 2, "name": "Calendar", "config": { - "size": [800, 400], + "size": [400, 800], "week_starts_on": "Monday", "show_events": True, "ical_urls": None,