Skip to content

Commit

Permalink
fixup! fix(db): also chunk MariaDB deletes
Browse files Browse the repository at this point in the history
  • Loading branch information
miaulalala committed Sep 12, 2023
1 parent b18fe15 commit e25921a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/DataDeleteActivitiesTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
use OCP\BackgroundJob\IJobList;
use OCP\DB\IPreparedStatement;
use OCP\IConfig;
use OCP\IUserSession;
use Psr\Log\LoggerInterface;

/**
* Class DataDeleteActivitiesTest
Expand Down Expand Up @@ -74,7 +74,7 @@ protected function setUp(): void {
$this->data = new Data(
$this->createMock(IManager::class),
\OC::$server->getDatabaseConnection(),
$this->createMock(IUserSession::class)
$this->createMock(LoggerInterface::class)
);
}

Expand Down

0 comments on commit e25921a

Please sign in to comment.