diff --git a/modules/opd_presentations/tests/src/DrupalTestTraits/Entity/PresentationTest.php b/modules/opd_presentations/tests/src/DrupalTestTraits/Entity/PresentationTest.php index fa89fbffd..968dcc2f7 100644 --- a/modules/opd_presentations/tests/src/DrupalTestTraits/Entity/PresentationTest.php +++ b/modules/opd_presentations/tests/src/DrupalTestTraits/Entity/PresentationTest.php @@ -12,7 +12,7 @@ final class PresentationTest extends ExistingSiteBase { use PresentationCreationTrait; - public function test_getting_past_events(): void { + public function test_only_past_events_are_returned(): void { $presentation = $this->createPresentation( events: [ $this->createEvent(['field_date' => (new DrupalDateTime('today'))->format('U')]),