Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Jan 17, 2024
1 parent 6f061e0 commit fe95096
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 24 deletions.
Original file line number Diff line number Diff line change
@@ -1,46 +1,46 @@
[
{
"name": "\u00daj\u00e9v",
"date": "2024-01-01T00:00:00.000000Z"
"date": "2024-01-01"
},
{
"name": "1848-as forradalom \u00e9vfordul\u00f3ja",
"date": "2024-03-15T00:00:00.000000Z"
"date": "2024-03-15"
},
{
"name": "Nagyp\u00e9ntek",
"date": "2024-03-28T23:00:00.000000Z"
"date": "2024-03-29"
},
{
"name": "H\u00fasv\u00e9th\u00e9tf\u0151",
"date": "2024-03-31T22:00:00.000000Z"
"date": "2024-04-01"
},
{
"name": "A munka \u00fcnnepe",
"date": "2024-05-01T00:00:00.000000Z"
"date": "2024-05-01"
},
{
"name": "P\u00fcnk\u00f6sdh\u00e9tf\u0151",
"date": "2024-05-19T22:00:00.000000Z"
"date": "2024-05-20"
},
{
"name": "\u00c1llamalap\u00edt\u00e1s \u00fcnnepe",
"date": "2024-08-20T00:00:00.000000Z"
"date": "2024-08-20"
},
{
"name": "1956-os forradalom \u00e9vfordul\u00f3ja",
"date": "2024-10-23T00:00:00.000000Z"
"date": "2024-10-23"
},
{
"name": "Mindenszentek",
"date": "2024-11-01T00:00:00.000000Z"
"date": "2024-11-01"
},
{
"name": "Kar\u00e1csony",
"date": "2024-12-25T00:00:00.000000Z"
"date": "2024-12-25"
},
{
"name": "Kar\u00e1csony m\u00e1snapja",
"date": "2024-12-26T00:00:00.000000Z"
"date": "2024-12-26"
}
]
Original file line number Diff line number Diff line change
@@ -1,46 +1,46 @@
[
{
"name": "Nieuwjaar",
"date": "2024-01-01T00:00:00.000000Z"
"date": "2024-01-01"
},
{
"name": "Goede vrijdag",
"date": "2024-03-28T23:00:00.000000Z"
"date": "2024-03-29"
},
{
"name": "Paasmaandag",
"date": "2024-03-31T22:00:00.000000Z"
"date": "2024-04-01"
},
{
"name": "Koningsdag",
"date": "2024-04-27T00:00:00.000000Z"
"date": "2024-04-27"
},
{
"name": "Bevrijdingsdag",
"date": "2024-05-05T00:00:00.000000Z"
"date": "2024-05-05"
},
{
"name": "OLH Hemelvaart",
"date": "2024-05-08T22:00:00.000000Z"
"date": "2024-05-09"
},
{
"name": "Pinksteren",
"date": "2024-05-18T22:00:00.000000Z"
"date": "2024-05-19"
},
{
"name": "Pinkstermaandag",
"date": "2024-05-19T22:00:00.000000Z"
"date": "2024-05-20"
},
{
"name": "Kerstmis",
"date": "2024-12-25T00:00:00.000000Z"
"date": "2024-12-25"
},
{
"name": "2de Kerstdag",
"date": "2024-12-26T00:00:00.000000Z"
"date": "2024-12-26"
},
{
"name": "Oudjaar",
"date": "2024-12-31T00:00:00.000000Z"
"date": "2024-12-31"
}
]
2 changes: 1 addition & 1 deletion tests/Countries/HungaryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
->toBeArray()
->not()->toBeEmpty();

expect($holidays)->toMatchSnapshot();
expect(formatDates($holidays))->toMatchSnapshot();

});
2 changes: 1 addition & 1 deletion tests/Countries/NetherlandsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
->toBeArray()
->not()->toBeEmpty();

expect($holidays)->toMatchSnapshot();
expect(formatDates($holidays))->toMatchSnapshot();

});

0 comments on commit fe95096

Please sign in to comment.