Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Nielsvanpach committed Jan 15, 2024
1 parent bebfd6a commit e23c79f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/HolidaysTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
});

it('can see if a name is a holiday', function () {
$result = Holidays::new()->getName('2024-01-01', 'be');
$result = Holidays::new()->isHoliday('2024-01-01', 'be');
expect($result)->toBeTrue();

$result = Holidays::new()->isHoliday('2024-01-02', 'be');
Expand Down

0 comments on commit e23c79f

Please sign in to comment.