diff --git a/tests/Tags/Collection/CollectionTest.php b/tests/Tags/Collection/CollectionTest.php index 327d3a6aa3..20c6e06f01 100644 --- a/tests/Tags/Collection/CollectionTest.php +++ b/tests/Tags/Collection/CollectionTest.php @@ -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();