From 9c75b00850f940993fc5f6e5bb52bccf58b43023 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Thu, 15 Sep 2016 17:09:24 +0200 Subject: [PATCH] fix tests --- apps/dav/tests/unit/CalDAV/CalDavBackendTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/dav/tests/unit/CalDAV/CalDavBackendTest.php b/apps/dav/tests/unit/CalDAV/CalDavBackendTest.php index 6f846515d8e..8349d98cd94 100644 --- a/apps/dav/tests/unit/CalDAV/CalDavBackendTest.php +++ b/apps/dav/tests/unit/CalDAV/CalDavBackendTest.php @@ -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));