Skip to content

Commit

Permalink
fixup! feat: implement periodic full sync job to repair cache inconsi…
Browse files Browse the repository at this point in the history
…stencies
  • Loading branch information
st3iny committed Sep 10, 2024
1 parent 84d72f9 commit 71d22f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Integration/Sync/ImapToDbSynchronizerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ protected function setUp(): void {
$this->account = $this->createTestAccount();
}

public function testRepairSync2(): void {
public function testRepairSync(): void {
// Create some test messages
$mailbox = 'INBOX';
$message = $this->getMessageBuilder()
Expand Down

0 comments on commit 71d22f5

Please sign in to comment.