Skip to content

Commit 96842ba

Browse files
committed
Split suite and default tests to different groups
- Unit test fix
1 parent 9885925 commit 96842ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/unit/Magento/FunctionalTestFramework/Util/Sorter/ParallelGroupSorterTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ public function testSortWithSuites()
9898
$actualResult = $testSorter->getTestsGroupedBySize($sampleSuiteArray, $sampleTestArray, 500);
9999

100100
// verify the resulting groups
101-
$this->assertCount(4, $actualResult);
101+
$this->assertCount(5, $actualResult);
102102

103103
$expectedResults = [
104104
1 => ['mockSuite1_0'],

0 commit comments

Comments
 (0)