Fix test on RefreshAddressToGeographicalUnitMaterializedViewCronJob

Alter the signature on run: add an empty array
This commit is contained in:
Julien Fastré 2023-07-27 22:57:36 +02:00
parent 97dad842ea
commit 9f63d9ed0f
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB

View File

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