Skip to content

Commit a3facb9

Browse files
MCLOUD-13455: Reinstated previous version constraint that was added to remove Valkey unit test error
1 parent 8b84ebf commit a3facb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Test/Unit/Service/ValidatorTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public function testValidateVersions(string $magentoVersion, array $versions, in
6363
*/
6464
public function testValidateFailMessage()
6565
{
66-
$magentoVersion = '2.4.5-p13';
66+
$magentoVersion = '2.2.2';
6767
$version = '6.5';
6868
$message = sprintf(
6969
'Magento %s does not support version "%s" for service "%s". '
@@ -88,7 +88,7 @@ public function testValidateFailMessage()
8888
*/
8989
public function testValidateNonexistentService()
9090
{
91-
$magentoVersion = '2.4.5-p13';
91+
$magentoVersion = '2.2.2';
9292
$serviceName = 'nonexistent';
9393
$message = sprintf(
9494
'Service "%s" is not supported for Magento "%s"',

0 commit comments

Comments
 (0)