Skip to content

Commit e7b5ee4

Browse files
Ashish.Kumar18Ashish.Kumar18
authored andcommitted
ACQE-4318
1 parent d244b3a commit e7b5ee4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Magento/FunctionalTestingFramework/Suite/SuiteGenerator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ private function generateSuiteFromTest($suiteName, $tests = [], $originalSuiteNa
157157
$relativePath = TestGenerator::GENERATED_DIR . DIRECTORY_SEPARATOR . $suiteName;
158158
$fullPath = FilePathFormatter::format(TESTS_MODULE_PATH) . $relativePath . DIRECTORY_SEPARATOR;
159159
DirSetupUtil::createGroupDir($fullPath);
160-
$memberShipFilePath = FilePathFormatter::format(TESTS_MODULE_PATH).'_generated/groups/testgroupmembership.txt';
160+
$memberShipFilePath = FilePathFormatter::format(TESTS_MODULE_PATH).'_generated/testgroupmembership.txt';
161161
static $suiteCount = 0;
162162
$exceptionCollector = new ExceptionCollector();
163163
try {

0 commit comments

Comments
 (0)