stanley-king 3 years ago
parent
commit
4c1373be7f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      test/TestCardInfo.php

+ 2 - 2
test/TestCardInfo.php

@@ -69,8 +69,8 @@ class TestCardInfo extends TestCase
             }
         };
 
-        $start_date = strtotime('2021-10-16');
-        $end_date = strtotime('2021-11-01');
+        $start_date = strtotime('2021-09-16');
+        $end_date = strtotime('2021-10-16');
         $import_days($start_date,$end_date);
     }
 }