Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Nielsvanpach authored and github-actions[bot] committed Jan 27, 2024
1 parent 7e912ad commit 57ff3b2
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions tests/Countries/GermanyTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

use Carbon\CarbonImmutable;
use Spatie\Holidays\Countries\Germany;
use Spatie\Holidays\Exceptions\InvalidLocale;
use Spatie\Holidays\Holidays;

it('can calculate german holidays', function () {
Expand Down Expand Up @@ -88,8 +87,8 @@
expect($result[0]['name'])->toBe($newYearsDayName);
})->with(
[
['en','New Year'],
['nl','Nieuwjaar'],
['fr','Jour de l\'An']
['en', 'New Year'],
['nl', 'Nieuwjaar'],
['fr', 'Jour de l\'An'],
]
);
);

0 comments on commit 57ff3b2

Please sign in to comment.