We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b87f62 commit 55228fdCopy full SHA for 55228fd
1 file changed
tests/BackgroundJobTest.php
@@ -129,7 +129,7 @@ public function testPreviewsJob() : void {
129
// generate cached previews
130
$this->previewsJob->setId(1);
131
$this->previewsJob->setLastRun(0);
132
- $this->previewsJob->execute($this->jobList);
+ $this->previewsJob->start($this->jobList);
133
134
$folder = $this->appData->getFolder('cache');
135
$newCacheSize = count($folder->getDirectoryListing());
@@ -151,7 +151,7 @@ public function testGCJob() : void {
151
152
153
154
155
156
157
$cacheSize = count($folder->getDirectoryListing());
0 commit comments