|
@@ -39,7 +39,7 @@ class TestRefillClear extends TestCase
|
|
public function test202201()
|
|
public function test202201()
|
|
{
|
|
{
|
|
$start_date = strtotime('2022-01-16');
|
|
$start_date = strtotime('2022-01-16');
|
|
- $end_date = strtotime('2022-01-21');
|
|
|
|
|
|
+ $end_date = strtotime('2022-01-17');
|
|
$this->clear($start_date,$end_date);
|
|
$this->clear($start_date,$end_date);
|
|
}
|
|
}
|
|
|
|
|