Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
mathroc authored Oct 11, 2024
1 parent 43bc8e3 commit 388bb3f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/VObject/Property/ICalendar/RecurTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -198,11 +198,10 @@ public function testValidateStripNoFreq(): void
public function testUnrepairableRRule(): void
{
$calendar = new VCalendar();
$property = $calendar->createProperty('RRULE', 'IAmNotARRule');

$this->expectException(InvalidDataException::class);

$property->validate(Node::REPAIR);
$property = $calendar->createProperty('RRULE', 'IAmNotARRule');
}

public function testValidateInvalidByMonthRruleWithRepair(): void
Expand Down

0 comments on commit 388bb3f

Please sign in to comment.