mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
fix tests
This commit is contained in:
parent
17d5dfdeb1
commit
9c75b00850
1 changed files with 1 additions and 1 deletions
|
|
@ -344,7 +344,7 @@ EOD;
|
|||
|
||||
$calendar = new Calendar($this->backend, $calendarInfo, $l10n);
|
||||
$calendar->setPublishStatus(true);
|
||||
$this->assertEquals(true, $calendar->getPublishStatus());
|
||||
$this->assertNotEquals(false, $calendar->getPublishStatus());
|
||||
|
||||
$publicCalendars = $this->backend->getPublicCalendars();
|
||||
$this->assertEquals(1, count($publicCalendars));
|
||||
|
|
|
|||
Loading…
Reference in a new issue