Skip to content

Commit d61bf1b

Browse files
committed
updated tests
1 parent ff3323f commit d61bf1b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/unit/Traits/DataProvider/Mage/Admin/Model/BlockTrait.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,7 @@ public function provideValidateAdminBlockData(): Generator
5858
];
5959
yield 'errors: null blockname' => [
6060
[
61-
'Block Name is required field.',
62-
$errorIncorrectBlockName,
61+
'Block Name is required field.'
6362
],
6463
[
6564
'getBlockName' => null,

0 commit comments

Comments
 (0)