Skip to content

Commit 2424032

Browse files
author
Yuriy Tkachenko
committed
Code cleanup
1 parent 7be4327 commit 2424032

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,6 @@ public function testNewInstance($actualClassName, array $properties = [], $expec
154154
public function testNewInstanceWithTypeError()
155155
{
156156
self::$_objectManager->create(self::TEST_CLASS_WITH_TYPE_ERROR);
157-
$this->fail('No instance for class with throwable error should be created');
157+
$this->fail('No instance for class with TypeError should be created');
158158
}
159159
}

0 commit comments

Comments
 (0)