Adapt AccountMigratorTest to id change

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
pull/31925/head
Côme Chilliet 2022-04-11 11:13:44 +07:00 committed by Côme Chilliet (Rebase PR Action)
parent dda51d49d7
commit eed6330b92
1 changed files with 1 additions and 1 deletions

@ -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