Skip to content

Commit

Permalink
fixup! feat(webcal): only update modified and deleted events from web…
Browse files Browse the repository at this point in the history
…cal calendars
  • Loading branch information
miaulalala committed Aug 7, 2024
1 parent 54dde4d commit 7e7c4ae
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ class ConnectionTest extends TestCase {
private IClientService|MockObject $clientService;
private IConfig|MockObject $config;
private LoggerInterface|MockObject $logger;
private Connection $connection;

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

0 comments on commit 7e7c4ae

Please sign in to comment.