Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Klehr <[email protected]>
  • Loading branch information
marcelklehr committed Apr 18, 2024
1 parent ffa0d49 commit 7d16b42
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/ClassifierTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -505,6 +505,8 @@ public function testFacesPipeline() : void {
$testFiles[0]->move($sharedFolder->getPath().'/'.$testFiles[0]->getName());

self::assertCount(1, $this->faceDetectionMapper->findByUserId(self::TEST_USER2), 'user 2 should have 1 face detection now');
$this->shareManager->deleteShare($share);
self::assertCount(0, $this->faceDetectionMapper->findByUserId(self::TEST_USER2), 'user 2 should have 0 face detections after deleting the share');
}

/**
Expand Down

0 comments on commit 7d16b42

Please sign in to comment.