diff --git a/tests/EventRepositoryTest.php b/tests/EventRepositoryTest.php index 7dd56ef..69aaac1 100644 --- a/tests/EventRepositoryTest.php +++ b/tests/EventRepositoryTest.php @@ -10,9 +10,9 @@ final class EventRepositoryTest extends KernelTestCase /** @test */ public function should_only_return_attendees_with_a_yes_rsvp(): void { $attendees = Collection::make([ - ['name' => 'Matthew Setter'], - ['name' => 'Matthew Setter'], - ['name' => 'Matthew Setter'], + ['name' => 'matthew s.'], + ['name' => 'Michael P.'], + ['name' => 'Kathryn "Kat" R.'], ]); $this->assertCount(3, $attendees->pluck('name'));