Skip to content

Commit

Permalink
Remove extra brackets
Browse files Browse the repository at this point in the history
--
Co-authored-by: ~Jhellico <[email protected]>
  • Loading branch information
arkid15r committed Jan 29, 2024
1 parent 680f82b commit b2dcf0f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tests/countries/test_laos.py
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ def test_2017_workday(self):
("2017-06-01", "ວັນປູກຕົ້ນໄມ້ແຫ່ງຊາດ"),
(
"2017-07-13",
("ວັນຄ້າຍວັນເກີດ ທ່ານ ປະທານ ສຸພານຸວົງ; ວັນປ່ອຍປາ ແລະ ວັນອະນຸລັກສັດນ້ຳ-ສັດປ່າແຫ່ງຊາດ"),
"ວັນຄ້າຍວັນເກີດ ທ່ານ ປະທານ ສຸພານຸວົງ; ວັນປ່ອຍປາ ແລະ ວັນອະນຸລັກສັດນ້ຳ-ສັດປ່າແຫ່ງຊາດ",
),
("2017-07-20", "ວັນສ້າງຕັ້ງສະຫະພັນແມ່ຍິງລາວ"),
("2017-08-13", "ວັນສື່ມວນຊົນແຫ່ງຊາດ ແລະ ວັນພິມຈໍາໜ່າຍ"),
Expand All @@ -345,7 +345,7 @@ def test_2022_workday(self):
("2022-06-01", "ວັນປູກຕົ້ນໄມ້ແຫ່ງຊາດ; ວັນເດັກສາກົນ"),
(
"2022-07-13",
("ວັນຄ້າຍວັນເກີດ ທ່ານ ປະທານ ສຸພານຸວົງ; ວັນປ່ອຍປາ ແລະ ວັນອະນຸລັກສັດນ້ຳ-ສັດປ່າແຫ່ງຊາດ"),
"ວັນຄ້າຍວັນເກີດ ທ່ານ ປະທານ ສຸພານຸວົງ; ວັນປ່ອຍປາ ແລະ ວັນອະນຸລັກສັດນ້ຳ-ສັດປ່າແຫ່ງຊາດ",
),
("2022-07-20", "ວັນສ້າງຕັ້ງສະຫະພັນແມ່ຍິງລາວ"),
("2022-08-13", "ວັນສື່ມວນຊົນແຫ່ງຊາດ ແລະ ວັນພິມຈໍາໜ່າຍ"),
Expand Down
2 changes: 1 addition & 1 deletion tests/countries/test_thailand.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ def test_2022_all(self):
("2022-09-28", "วันพระราชทานธงชาติไทย"),
(
"2022-10-13",
("วันคล้ายวันสวรรคตพระบาทสมเด็จพระบรมชนกาธิเบศร มหาภูมิพลอดุลยเดชมหาราช บรมนาถบพิตร"),
"วันคล้ายวันสวรรคตพระบาทสมเด็จพระบรมชนกาธิเบศร มหาภูมิพลอดุลยเดชมหาราช บรมนาถบพิตร",
),
("2022-10-14", "วันหยุดพิเศษ (เพิ่มเติม)"),
("2022-10-23", "วันปิยมหาราช"),
Expand Down

0 comments on commit b2dcf0f

Please sign in to comment.