Skip to content

Commit 704df90

Browse files
committed
try another fix for dates range in github ci
1 parent eb43e9a commit 704df90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/stats/NewCustomersTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public function getDataDataProvider(): array
6868
[
6969
NewCustomers::DATE_RANGE_CUSTOM,
7070
(new DateTime('2 days ago', new DateTimeZone('America/Los_Angeles')))->setTime(0, 0),
71-
(new DateTime('1 days ago', new DateTimeZone('America/Los_Angeles')))->setTime(0, 0),
71+
(new DateTime('0 days ago', new DateTimeZone('America/Los_Angeles')))->setTime(0, 0),
7272
1,
7373
],
7474
[

0 commit comments

Comments
 (0)