summaryrefslogtreecommitdiffstats
path: root/apps/dav/tests
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2016-09-15 17:09:24 +0200
committerLukas Reschke <lukas@statuscode.ch>2016-09-26 11:55:43 +0200
commit9c75b00850f940993fc5f6e5bb52bccf58b43023 (patch)
treea6e983b70725f116ac8bef0826761b3468fe1235 /apps/dav/tests
parent17d5dfdeb159bb940a1e3d45479ad2c5f99d8225 (diff)
downloadnextcloud-server-9c75b00850f940993fc5f6e5bb52bccf58b43023.tar.gz
nextcloud-server-9c75b00850f940993fc5f6e5bb52bccf58b43023.zip
fix tests
Diffstat (limited to 'apps/dav/tests')
-rw-r--r--apps/dav/tests/unit/CalDAV/CalDavBackendTest.php2
1 files changed, 1 insertions, 1 deletions
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));