test: add someone who did not attend

This commit is contained in:
Oliver Davies 2022-01-13 20:40:15 +00:00
parent 59ed9d486c
commit 956945fd3f

View file

@ -14,6 +14,7 @@ final class FakeEventRepository implements EventRepository
['name' => 'matthew s.', 'response' => 'yes'],
['name' => 'Michael P.', 'response' => 'yes'],
['name' => 'Kathryn "Kat" R.', 'response' => 'yes'],
['name' => 'Did not attend', 'response' => 'no'],
]);
}
}