Skip to content

Commit

Permalink
fixup! fix #4479 by ensuring subquery in findNewIds never returns NULL
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
  • Loading branch information
ChristophWurst committed Sep 13, 2023
1 parent e8b34b0 commit 045e0bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Integration/Db/MessageMapperTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ public function testResetPreviewDataFlag(): void {
/**
* Verify we still find the one message of the mailbox if the passed IDs do not exist
*/
public function testFindNewIdsCoalesence(): void {
public function testFindNewIdsCoalescence(): void {
$uid = time();
$mailbox = new Mailbox();
$mailbox->setId(1);
Expand Down

0 comments on commit 045e0bb

Please sign in to comment.