Skip to content

Commit 1099c00

Browse files
committed
MQE-1021: Empty Action StepKey Attribute Issues
- Fixes other unit test
1 parent ca4f329 commit 1099c00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/unit/Magento/FunctionalTestFramework/Test/Util/ActionObjectExtractorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public function testInvalidMergeOrderReference()
5050
} catch (\Exception $e) {
5151
TestLoggingUtil::getInstance()->validateMockLogStatement(
5252
'error',
53-
'Line 103: Invalid ordering configuration in test',
53+
'Line 108: Invalid ordering configuration in test',
5454
[
5555
'test' => 'TestWithSelfReferencingStepKey',
5656
'stepKey' => ['invalidTestAction1']

0 commit comments

Comments
 (0)