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 8, 2024
1 parent 7f461d0 commit e0b4627
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 e0b4627

Please sign in to comment.