mirror of
https://github.com/nextcloud/server.git
synced 2025-10-26 19:21:34 +00:00
Adapt AccountMigratorTest to id change
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
parent
dda51d49d7
commit
eed6330b92
@ -98,7 +98,7 @@ class AccountMigratorTest extends TestCase {
|
||||
$this->importSource
|
||||
->expects($this->once())
|
||||
->method('getMigratorVersion')
|
||||
->with(AccountMigrator::class)
|
||||
->with($this->migrator->getId())
|
||||
->willReturn(1);
|
||||
|
||||
$this->importSource
|
||||
|
||||
Loading…
Reference in New Issue
Block a user