Skip to content

Commit 28804f4

Browse files
committed
MQE-1513: createData throws a useless error message during runtime when the entity does not exist
reverted changes fixed unit test
1 parent af0a499 commit 28804f4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

dev/tests/unit/Magento/FunctionalTestFramework/DataGenerator/Handlers/PersistedObjectHandlerTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,9 @@ public function setUp()
3232
TestLoggingUtil::getInstance()->setMockLoggingUtil();
3333
}
3434

35-
public function testCreateInvalidEntity()
35+
public function testCreateEntityWithNonExistingName()
3636
{
3737
// Test Data and Variables
38-
3938
$entityName = "InvalidEntity";
4039
$entityStepKey = "StepKey";
4140
$scope = PersistedObjectHandler::TEST_SCOPE;

0 commit comments

Comments
 (0)