From 6d1925b49aa081d3bf9dde4c5640076614c3ab30 Mon Sep 17 00:00:00 2001 From: commenthol Date: Fri, 11 Nov 2022 04:55:49 +0100 Subject: [PATCH] test(LT): fix tests --- test/fixtures/LT-2015.json | 9 +++++++++ test/fixtures/LT-2016.json | 9 +++++++++ test/fixtures/LT-2017.json | 9 +++++++++ test/fixtures/LT-2018.json | 9 +++++++++ test/fixtures/LT-2019.json | 9 +++++++++ test/fixtures/LT-2020.json | 9 +++++++++ test/fixtures/LT-2021.json | 9 +++++++++ test/fixtures/LT-2022.json | 9 +++++++++ test/fixtures/LT-2023.json | 9 +++++++++ test/fixtures/LT-2024.json | 9 +++++++++ test/fixtures/LT-2025.json | 9 +++++++++ 11 files changed, 99 insertions(+) diff --git a/test/fixtures/LT-2015.json b/test/fixtures/LT-2015.json index 0b34c49a1..ab7836b37 100644 --- a/test/fixtures/LT-2015.json +++ b/test/fixtures/LT-2015.json @@ -35,6 +35,15 @@ "rule": "easter", "_weekday": "Sun" }, + { + "date": "2015-04-06 00:00:00", + "start": "2015-04-05T21:00:00.000Z", + "end": "2015-04-06T21:00:00.000Z", + "name": "Velykų pirmadienis", + "type": "public", + "rule": "easter 1", + "_weekday": "Mon" + }, { "date": "2015-05-01 00:00:00", "start": "2015-04-30T21:00:00.000Z", diff --git a/test/fixtures/LT-2016.json b/test/fixtures/LT-2016.json index 665506b1c..8bf9cef74 100644 --- a/test/fixtures/LT-2016.json +++ b/test/fixtures/LT-2016.json @@ -35,6 +35,15 @@ "rule": "easter", "_weekday": "Sun" }, + { + "date": "2016-03-28 00:00:00", + "start": "2016-03-27T21:00:00.000Z", + "end": "2016-03-28T21:00:00.000Z", + "name": "Velykų pirmadienis", + "type": "public", + "rule": "easter 1", + "_weekday": "Mon" + }, { "date": "2016-05-01 00:00:00", "start": "2016-04-30T21:00:00.000Z", diff --git a/test/fixtures/LT-2017.json b/test/fixtures/LT-2017.json index de4cb9fd4..8fed3e039 100644 --- a/test/fixtures/LT-2017.json +++ b/test/fixtures/LT-2017.json @@ -35,6 +35,15 @@ "rule": "easter", "_weekday": "Sun" }, + { + "date": "2017-04-17 00:00:00", + "start": "2017-04-16T21:00:00.000Z", + "end": "2017-04-17T21:00:00.000Z", + "name": "Velykų pirmadienis", + "type": "public", + "rule": "easter 1", + "_weekday": "Mon" + }, { "date": "2017-05-01 00:00:00", "start": "2017-04-30T21:00:00.000Z", diff --git a/test/fixtures/LT-2018.json b/test/fixtures/LT-2018.json index 339cd767f..cbf593eb3 100644 --- a/test/fixtures/LT-2018.json +++ b/test/fixtures/LT-2018.json @@ -35,6 +35,15 @@ "rule": "easter", "_weekday": "Sun" }, + { + "date": "2018-04-02 00:00:00", + "start": "2018-04-01T21:00:00.000Z", + "end": "2018-04-02T21:00:00.000Z", + "name": "Velykų pirmadienis", + "type": "public", + "rule": "easter 1", + "_weekday": "Mon" + }, { "date": "2018-05-01 00:00:00", "start": "2018-04-30T21:00:00.000Z", diff --git a/test/fixtures/LT-2019.json b/test/fixtures/LT-2019.json index 1b3e0c156..6706e59c2 100644 --- a/test/fixtures/LT-2019.json +++ b/test/fixtures/LT-2019.json @@ -35,6 +35,15 @@ "rule": "easter", "_weekday": "Sun" }, + { + "date": "2019-04-22 00:00:00", + "start": "2019-04-21T21:00:00.000Z", + "end": "2019-04-22T21:00:00.000Z", + "name": "Velykų pirmadienis", + "type": "public", + "rule": "easter 1", + "_weekday": "Mon" + }, { "date": "2019-05-01 00:00:00", "start": "2019-04-30T21:00:00.000Z", diff --git a/test/fixtures/LT-2020.json b/test/fixtures/LT-2020.json index 7b7b983a7..49501f43f 100644 --- a/test/fixtures/LT-2020.json +++ b/test/fixtures/LT-2020.json @@ -35,6 +35,15 @@ "rule": "easter", "_weekday": "Sun" }, + { + "date": "2020-04-13 00:00:00", + "start": "2020-04-12T21:00:00.000Z", + "end": "2020-04-13T21:00:00.000Z", + "name": "Velykų pirmadienis", + "type": "public", + "rule": "easter 1", + "_weekday": "Mon" + }, { "date": "2020-05-01 00:00:00", "start": "2020-04-30T21:00:00.000Z", diff --git a/test/fixtures/LT-2021.json b/test/fixtures/LT-2021.json index 0c800f807..bde287325 100644 --- a/test/fixtures/LT-2021.json +++ b/test/fixtures/LT-2021.json @@ -35,6 +35,15 @@ "rule": "easter", "_weekday": "Sun" }, + { + "date": "2021-04-05 00:00:00", + "start": "2021-04-04T21:00:00.000Z", + "end": "2021-04-05T21:00:00.000Z", + "name": "Velykų pirmadienis", + "type": "public", + "rule": "easter 1", + "_weekday": "Mon" + }, { "date": "2021-05-01 00:00:00", "start": "2021-04-30T21:00:00.000Z", diff --git a/test/fixtures/LT-2022.json b/test/fixtures/LT-2022.json index 8940857f4..95a2f7236 100644 --- a/test/fixtures/LT-2022.json +++ b/test/fixtures/LT-2022.json @@ -35,6 +35,15 @@ "rule": "easter", "_weekday": "Sun" }, + { + "date": "2022-04-18 00:00:00", + "start": "2022-04-17T21:00:00.000Z", + "end": "2022-04-18T21:00:00.000Z", + "name": "Velykų pirmadienis", + "type": "public", + "rule": "easter 1", + "_weekday": "Mon" + }, { "date": "2022-05-01 00:00:00", "start": "2022-04-30T21:00:00.000Z", diff --git a/test/fixtures/LT-2023.json b/test/fixtures/LT-2023.json index 1d2485ff8..c0d701954 100644 --- a/test/fixtures/LT-2023.json +++ b/test/fixtures/LT-2023.json @@ -35,6 +35,15 @@ "rule": "easter", "_weekday": "Sun" }, + { + "date": "2023-04-10 00:00:00", + "start": "2023-04-09T21:00:00.000Z", + "end": "2023-04-10T21:00:00.000Z", + "name": "Velykų pirmadienis", + "type": "public", + "rule": "easter 1", + "_weekday": "Mon" + }, { "date": "2023-05-01 00:00:00", "start": "2023-04-30T21:00:00.000Z", diff --git a/test/fixtures/LT-2024.json b/test/fixtures/LT-2024.json index 61d51bd96..c4983800b 100644 --- a/test/fixtures/LT-2024.json +++ b/test/fixtures/LT-2024.json @@ -35,6 +35,15 @@ "rule": "easter", "_weekday": "Sun" }, + { + "date": "2024-04-01 00:00:00", + "start": "2024-03-31T21:00:00.000Z", + "end": "2024-04-01T21:00:00.000Z", + "name": "Velykų pirmadienis", + "type": "public", + "rule": "easter 1", + "_weekday": "Mon" + }, { "date": "2024-05-01 00:00:00", "start": "2024-04-30T21:00:00.000Z", diff --git a/test/fixtures/LT-2025.json b/test/fixtures/LT-2025.json index 232925d73..2ca10c119 100644 --- a/test/fixtures/LT-2025.json +++ b/test/fixtures/LT-2025.json @@ -35,6 +35,15 @@ "rule": "easter", "_weekday": "Sun" }, + { + "date": "2025-04-21 00:00:00", + "start": "2025-04-20T21:00:00.000Z", + "end": "2025-04-21T21:00:00.000Z", + "name": "Velykų pirmadienis", + "type": "public", + "rule": "easter 1", + "_weekday": "Mon" + }, { "date": "2025-05-01 00:00:00", "start": "2025-04-30T21:00:00.000Z",