Fix test on RefreshAddressToGeographicalUnitMaterializedViewCronJob

Alter the signature on run: add an empty array
This commit is contained in:
2023-07-27 22:57:36 +02:00
parent 97dad842ea
commit 9f63d9ed0f

View File

@@ -91,6 +91,6 @@ final class RefreshAddressToGeographicalUnitMaterializedViewCronJobTest extends
$this->assertIsBool($job->canRun($lastExecution)); $this->assertIsBool($job->canRun($lastExecution));
$job->run(); $job->run([]);
} }
} }