We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34e5f78 commit c754ed4Copy full SHA for c754ed4
1 file changed
tests/Feature/TagTest.php
@@ -109,9 +109,8 @@ public function can_generate_calendar_occurrences()
109
$occurrences = $this->tag->calendar();
110
111
$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'));
+ $this->assertCount(2, Arr::get($occurrences, '5.dates'));
+ $this->assertTrue(Arr::get($occurrences, '6.no_results'));
115
}
116
117
#[Test]
0 commit comments