diff --git a/modules/opd_presentations/tests/src/Functional/Action/CountGivenPresentationsTest.php b/modules/opd_presentations/tests/src/Functional/Action/CountGivenPresentationsTest.php index 8e2814136..98f9860b8 100644 --- a/modules/opd_presentations/tests/src/Functional/Action/CountGivenPresentationsTest.php +++ b/modules/opd_presentations/tests/src/Functional/Action/CountGivenPresentationsTest.php @@ -13,7 +13,6 @@ use weitzman\DrupalTestTraits\ExistingSiteBase; final class CountGivenPresentationsTest extends ExistingSiteBase { use PresentationCreationTrait; - use RandomGeneratorTrait; public function test_it_counts_events(): void { $action = $this->container->get(CountGivenPresentations::class);