Skip to content

Commit 6a4d81e

Browse files
committed
fixup! enh(userstatus): add OOO automation and remove calendar automation
1 parent 133f72c commit 6a4d81e

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

apps/dav/tests/unit/Listener/OutOfOfficeListenerTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -551,8 +551,6 @@ public function testHandleClear(): void {
551551
->willReturn($eventNode);
552552
$eventNode->expects(self::once())
553553
->method('delete');
554-
$this->manager->expects(self::once())
555-
->method('revertUserStatus');
556554
$event = new OutOfOfficeClearedEvent($data);
557555

558556
$this->listener->handle($event);

0 commit comments

Comments
 (0)