feat(meetup): add Meetup implementation
This commit is contained in:
parent
f3eda70384
commit
5ab4097ace
6 changed files with 78 additions and 11 deletions
|
@ -21,6 +21,6 @@ trait EventRepositoryContractTest
|
|||
{
|
||||
$attendees = $this->repository->getConfirmedAttendees();
|
||||
|
||||
$this->assertFalse($attendees->pluck('is_host')->contains(true));
|
||||
$this->assertSame([false], $attendees->pluck('is_host')->unique()->toArray());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue