Skip to content

Commit 83451aa

Browse files
committed
Static test case fix
1 parent 4e27739 commit 83451aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Cms/Test/Unit/Block/Adminhtml/Block/Widget/ChooserTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ public function testGetRowClickCallback(): void
320320
);
321321
$this->escaper->expects($this->once())
322322
->method('escapeJs')
323-
->willReturnCallback(function($input) {
323+
->willReturnCallback(function ($input) {
324324
return $input;
325325
});
326326
$jsCallback = $chooserBlock->getRowClickCallback();

0 commit comments

Comments
 (0)