diff --git a/tests/FakeEventRepositoryTest.php b/tests/FakeEventRepositoryTest.php index 7511c9f..24d1483 100644 --- a/tests/FakeEventRepositoryTest.php +++ b/tests/FakeEventRepositoryTest.php @@ -21,6 +21,6 @@ final class FakeEventRepositoryTest extends KernelTestCase $attendees = $this->repository->getConfirmedAttendees(); - $this->assertCount(3, $attendees->pluck('name')); + $this->assertCount(3, $attendees); } }