Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
alies-dev authored and github-actions[bot] committed Jan 26, 2024
1 parent c444b7c commit 33cbd2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Generators/IcsGeneratorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public function it_can_generate_with_a_custom_reminder(): void
$this->assertMatchesSnapshot(
$this->generator(['REMINDER' => [
'DESCRIPTION' => 'Party with balloons and cake!',
'TIME' => DateTime::createFromFormat('Y-m-d H:i', '2018-02-01 08:15', new DateTimeZone('UTC'))
'TIME' => DateTime::createFromFormat('Y-m-d H:i', '2018-02-01 08:15', new DateTimeZone('UTC')),
]])->generate($this->createShortEventLink())
);
}
Expand Down

0 comments on commit 33cbd2f

Please sign in to comment.