Skip to content

Commit b022c5e

Browse files
committed
MC-14937: Complete Page Builder Analytics data collection
- fix integration tests
1 parent 2ec8e89 commit b022c5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/CmsPageBuilderAnalytics/Model/ContentTypeUsageReportProviderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public function testGetReport($expectedReportData)
3939
);
4040
$reportData = $contentTypeUsageReportProvider->getReport('pagebuilder_page_test');
4141

42-
$this->assertEquals($expectedReportData, iterator_to_array($reportData->getInnerIterator()));
42+
$this->assertEquals(sort($expectedReportData[0][0]), sort(iterator_to_array($reportData->getInnerIterator()[0][0])));
4343
}
4444

4545
/**

0 commit comments

Comments
 (0)