Browse Source

Adapt AccountMigratorTest to id change

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
pull/31925/head
Côme Chilliet 4 years ago
committed by Côme Chilliet (Rebase PR Action)
parent
commit
eed6330b92
  1. 2
      apps/settings/tests/UserMigration/AccountMigratorTest.php

2
apps/settings/tests/UserMigration/AccountMigratorTest.php

@ -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…
Cancel
Save