From 6a4d81e6d3bca6a23c7d64c66b57cd18eedc9ba3 Mon Sep 17 00:00:00 2001 From: Anna Larch Date: Mon, 27 Nov 2023 18:48:29 +0100 Subject: [PATCH] fixup! enh(userstatus): add OOO automation and remove calendar automation --- apps/dav/tests/unit/Listener/OutOfOfficeListenerTest.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/dav/tests/unit/Listener/OutOfOfficeListenerTest.php b/apps/dav/tests/unit/Listener/OutOfOfficeListenerTest.php index e2ce690d70fdc..919cf0a9ccf35 100644 --- a/apps/dav/tests/unit/Listener/OutOfOfficeListenerTest.php +++ b/apps/dav/tests/unit/Listener/OutOfOfficeListenerTest.php @@ -551,8 +551,6 @@ public function testHandleClear(): void { ->willReturn($eventNode); $eventNode->expects(self::once()) ->method('delete'); - $this->manager->expects(self::once()) - ->method('revertUserStatus'); $event = new OutOfOfficeClearedEvent($data); $this->listener->handle($event);