Skip to content

Commit 693994f

Browse files
committed
tests: Clear trashbin before running tests
Signed-off-by: Marcel Klehr <[email protected]>
1 parent 82d555b commit 693994f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/ClassifierTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ public function setUp(): void {
9191
// noop
9292
}
9393
}
94+
\OCP\Server::get(\OCA\Files_Trashbin\Trashbin::class)->deleteAll();
9495
$this->queue->clearQueue(ImagenetClassifier::MODEL_NAME);
9596
$this->queue->clearQueue(LandmarksClassifier::MODEL_NAME);
9697
$this->queue->clearQueue(MovinetClassifier::MODEL_NAME);

0 commit comments

Comments
 (0)