Skip to content

Commit

Permalink
fixup! feat: use getPrincipalURI only for shared calendars
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Kesselberg <[email protected]>
  • Loading branch information
kesselb committed Aug 8, 2023
1 parent ca932b2 commit cf25460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/dav/tests/unit/CalDAV/Schedule/PluginTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ public function testCalendarObjectChangeShared() {
/** @var Message[] $iTipMessages */
$iTipMessages = [];

$this->server->expects($this->exactly(3))
$this->server->expects($this->exactly(2))
->method('emit')
->willReturnCallback(function (string $eventName, array $arguments = [], callable $continueCallBack = null) use (&$iTipMessages) {
$this->assertEquals('schedule', $eventName);
Expand Down

0 comments on commit cf25460

Please sign in to comment.