Skip to content

Commit e0b4627

Browse files
committed
fixup! feat(webcal): only update modified and deleted events from webcal calendars
1 parent 7f461d0 commit e0b4627

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/dav/tests/unit/CalDAV/WebcalCaching/ConnectionTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ class ConnectionTest extends TestCase {
2525
private IClientService|MockObject $clientService;
2626
private IConfig|MockObject $config;
2727
private LoggerInterface|MockObject $logger;
28+
private Connection $connection;
2829

2930
public function setUp(): void {
3031
$this->clientService = $this->createMock(IClientService::class);

0 commit comments

Comments
 (0)