Skip to content

Commit dca3621

Browse files
ACPT-1688: Fix Static Tests failures on Application-Server branch 5
1 parent 921bca9 commit dca3621

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dev/tests/integration/testsuite/Magento/Framework/ObjectManager/ResetAfterRequestTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,8 @@ public function testResetAfterRequestClasses(string $className)
201201
}
202202
$result = $this->comparator->checkValues(
203203
$beforeProperties[$propertyName] ?? null,
204-
$propertyValue, 3
204+
$propertyValue,
205+
3
205206
);
206207
if ($result) {
207208
$differences[$propertyName] = $result;

0 commit comments

Comments
 (0)