Skip to content

Commit 7161244

Browse files
committed
ACQE-4973 | Fix static checks
1 parent ae2fc5e commit 7161244

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Magento/FunctionalTestingFramework/Extension/TestContextExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ private function sanitizeGroupName($group): string
193193

194194
// if this is an existing suite name we dont' need to worry about changing it
195195
if ($exactMatch || strpos($group, "_") === false) {
196-
return $group;
196+
return $group;
197197
}
198198

199199
// if we can't find this group in the generated suites we have to assume that the group was split for generation

0 commit comments

Comments
 (0)