Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonvarga committed Jun 21, 2024
1 parent 88ada1a commit ac8098f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Tags/Collection/CollectionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -411,10 +411,10 @@ public function it_can_get_previous_and_next_entries_in_a_dated_asc_collection()
$this->assertEquals(['Carrot', 'Banana', 'Danish'], $this->runTagAndGetTitles('older')); // Alias of prev when date:desc
}

#[Test]
/**
* https://github.com/statamic/cms/issues/1831
*/
#[Test]
public function it_can_get_previous_and_next_entries_in_a_dated_asc_collection_when_multiple_entries_share_the_same_date()
{
$this->foods->dated(true)->save();
Expand Down

0 comments on commit ac8098f

Please sign in to comment.