stanley-king 3 anni fa
parent
commit
f817623f2e
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      test/TestRefillClear.php

+ 1 - 1
test/TestRefillClear.php

@@ -74,7 +74,7 @@ class TestRefillClear extends TestCase
         $start_date = strtotime('2022-03-04');
         $end_date   = strtotime('2022-03-05');
         $clear = new refill\order_clear();
-        $clear->clear($start_date,$end_date,1724062);
+        $clear->clear($start_date,$end_date);
     }
 
     private function earlist_orderday()