Skip to content

Commit

Permalink
Merge branch '6.4' into 7.1
Browse files Browse the repository at this point in the history
* 6.4:
  fix merge
  fix merge
  • Loading branch information
nicolas-grekas committed Nov 13, 2024
2 parents 9bea52b + 437746d commit e221f11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Transport/ConnectionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public function testFromDsnWithQueryOptions()
'host' => 'localhost',
'port' => 6379,
'serializer' => 2,
], $this->createRedisMock(),
], $this->createRedisMock()),
Connection::fromDsn('redis://localhost/queue/group1/consumer1?serializer=2', [], $this->createRedisMock())
);
}
Expand Down

0 comments on commit e221f11

Please sign in to comment.