We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4238ed6 commit 693d314Copy full SHA for 693d314
Test/Integration/QueueTest.php
@@ -351,7 +351,7 @@ public function testMerging()
351
// $jobs = $this->connection->query('SELECT * FROM algoliasearch_queue')->fetchAll();
352
353
$mergedJobs = array_values($this->invokeMethod($queue, 'mergeJobs', [$jobs]));
354
- $this->assertEquals(12, count($mergedJobs));
+ $this->assertEquals(6, count($mergedJobs));
355
356
$expectedCategoryJob = [
357
'job_id' => '1',
0 commit comments