Skip to content

Commit f6d047a

Browse files
committed
fix expected count items
1 parent c6f5f81 commit f6d047a

File tree

1 file changed

+1
-2
lines changed
  • dev/tests/integration/testsuite/Magento/Backend/Model/Dashboard

1 file changed

+1
-2
lines changed

dev/tests/integration/testsuite/Magento/Backend/Model/Dashboard/ChartTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
namespace Magento\Backend\Model\Dashboard;
99

10-
use Magento\Backend\Model\Dashboard\Chart;
1110
use Magento\TestFramework\Helper\Bootstrap;
1211
use PHPUnit\Framework\TestCase;
1312

@@ -62,7 +61,7 @@ public function getChartDataProvider(): array
6261
'quantity'
6362
],
6463
[
65-
6,
64+
19,
6665
'1m',
6766
'quantity'
6867
],

0 commit comments

Comments
 (0)