Fix test
This commit is contained in:
parent
92c413bc80
commit
200a2a72fd
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ final class PresentationTest extends ExistingSiteBase {
|
||||||
],
|
],
|
||||||
);
|
);
|
||||||
|
|
||||||
$events = $presentation->getPastEvents();
|
$events = $presentation->getEvents()->getPast();
|
||||||
|
|
||||||
$this->assertCount(
|
$this->assertCount(
|
||||||
expectedCount: 1,
|
expectedCount: 1,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue