Skip to content

Commit

Permalink
fix: date range in tests (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
peku33 authored Mar 5, 2024
1 parent 50b2f11 commit 82c2478
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/ReportsApiTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@

require_once(__DIR__ . '/config.php');

define('DAY_FROM', '2022-09-01');
define('DAY_TO', '2022-09-01');
define('DAY_FROM', '2024-01-01');
define('DAY_TO', '2024-01-01');


final class ReportsApiTest extends TestCase
Expand Down

0 comments on commit 82c2478

Please sign in to comment.