Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alies-dev committed Jan 26, 2024
1 parent f178150 commit cb438e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/Generators/IcsGeneratorTest.php
Expand Up @@ -54,7 +54,7 @@ public function it_has_a_product_dtstamp(): void
public function it_generates_base64_encoded_link_for_html(): void
{
$this->assertMatchesSnapshot(
$this->generator([], ['format' => Ics::FORMAT_FILE])->generate($this->createShortEventLink())
$this->generator([], ['format' => Ics::FORMAT_HTML])->generate($this->createShortEventLink())
);
}

Expand Down
Expand Up @@ -2,7 +2,7 @@ BEGIN:VCALENDAR
VERSION:2.0
PRODID:Spatie calendar-links
BEGIN:VEVENT
UID:b4be522f87b9894dadd2b9cd5479136b
UID:a05fc4dac68ae6064aaae69dcdfd60a6
SUMMARY:All day bugs
DTSTAMP:20240125
DTSTART:20240125
Expand Down

0 comments on commit cb438e9

Please sign in to comment.