Skip to content

Commit

Permalink
fixup! enh(userstatus): add OOO automation and remove calendar automa…
Browse files Browse the repository at this point in the history
…tion
  • Loading branch information
miaulalala committed Nov 27, 2023
1 parent 133f72c commit 6a4d81e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apps/dav/tests/unit/Listener/OutOfOfficeListenerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 6a4d81e

Please sign in to comment.