Skip to content

Commit 9cad5d6

Browse files
committed
ACP2E-977: Incorrect Dashboard YTD values
1 parent dbb5b82 commit 9cad5d6

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public function getChartDataProvider(): array
5555
{
5656
return [
5757
[
58-
2,
58+
1,
5959
'24h',
6060
'quantity'
6161
],
@@ -70,12 +70,12 @@ public function getChartDataProvider(): array
7070
'quantity'
7171
],
7272
[
73-
5,
73+
4,
7474
'1y',
7575
'quantity'
7676
],
7777
[
78-
6,
78+
5,
7979
'2y',
8080
'quantity'
8181
]

0 commit comments

Comments
 (0)