diff --git a/tests/Unit/Services/Search/ManticoreInsertRetryTest.php b/tests/Unit/Services/Search/ManticoreInsertRetryTest.php index 91000da9b..68bc7e800 100644 --- a/tests/Unit/Services/Search/ManticoreInsertRetryTest.php +++ b/tests/Unit/Services/Search/ManticoreInsertRetryTest.php @@ -146,8 +146,7 @@ final class ManticoreInsertRetryTest extends TestCase $table->expects($this->once()) ->method('replaceDocument') ->with( - $this->callback(static fn (array $indexed): bool => - $indexed['postdate_ts'] === $document['postdate_ts'] + $this->callback(static fn (array $indexed): bool => $indexed['postdate_ts'] === $document['postdate_ts'] && $indexed['adddate_ts'] === $document['adddate_ts'] ), 42