Skip to content

Commit c754ed4

Browse files
authored
fix test (#124)
1 parent 34e5f78 commit c754ed4

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

tests/Feature/TagTest.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,8 @@ public function can_generate_calendar_occurrences()
109109
$occurrences = $this->tag->calendar();
110110

111111
$this->assertCount(42, $occurrences);
112-
$this->assertCount(2, Arr::get($occurrences, '6.dates'));
113-
$this->assertTrue(Arr::get($occurrences, '7.no_results'));
114-
$this->assertCount(1, Arr::get($occurrences, '13.dates'));
112+
$this->assertCount(2, Arr::get($occurrences, '5.dates'));
113+
$this->assertTrue(Arr::get($occurrences, '6.no_results'));
115114
}
116115

117116
#[Test]

0 commit comments

Comments
 (0)