Skip to content

Commit 693d314

Browse files
Fix Queue merge testing
1 parent 4238ed6 commit 693d314

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Test/Integration/QueueTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ public function testMerging()
351351
// $jobs = $this->connection->query('SELECT * FROM algoliasearch_queue')->fetchAll();
352352

353353
$mergedJobs = array_values($this->invokeMethod($queue, 'mergeJobs', [$jobs]));
354-
$this->assertEquals(12, count($mergedJobs));
354+
$this->assertEquals(6, count($mergedJobs));
355355

356356
$expectedCategoryJob = [
357357
'job_id' => '1',

0 commit comments

Comments
 (0)