summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/dav/tests/unit/CalDAV/Publishing/PublishingTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/dav/tests/unit/CalDAV/Publishing/PublishingTest.php b/apps/dav/tests/unit/CalDAV/Publishing/PublishingTest.php
index 43345a34889..b3ff36fc4ed 100644
--- a/apps/dav/tests/unit/CalDAV/Publishing/PublishingTest.php
+++ b/apps/dav/tests/unit/CalDAV/Publishing/PublishingTest.php
@@ -70,7 +70,7 @@ class PluginTest extends TestCase {
public function testUnPublishing() {
- $this->book->expects($this->once())->method('setPublishStatus')->with(true);
+ $this->book->expects($this->once())->method('setPublishStatus')->with(false);
// setup request
$request = new Request();