Skip to content

Commit cd8b9d9

Browse files
fix merge
1 parent a81b048 commit cd8b9d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Cache/Tests/Adapter/MaxIdLengthAdapterTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public function testLongKey()
2525
$cache->expects($this->exactly(2))
2626
->method('doHave')
2727
->withConsecutive(
28-
array($this->equalTo('----------:nWfzGiCgLczv3SSUzXL3kg:')),
28+
array($this->equalTo('----------:0GTYWa9n4ed8vqNlOT2iEr:')),
2929
array($this->equalTo('----------:---------------------------------------'))
3030
);
3131

0 commit comments

Comments
 (0)