From 045e0bbc50d6c180e73a7e6782f2f8ade2a627b3 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Wed, 13 Sep 2023 13:10:01 +0200 Subject: [PATCH] fixup! fix #4479 by ensuring subquery in findNewIds never returns NULL Signed-off-by: Christoph Wurst --- tests/Integration/Db/MessageMapperTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Integration/Db/MessageMapperTest.php b/tests/Integration/Db/MessageMapperTest.php index 1bc668419f..4d7acce751 100644 --- a/tests/Integration/Db/MessageMapperTest.php +++ b/tests/Integration/Db/MessageMapperTest.php @@ -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);