Skip to content

Commit 7243f48

Browse files
committed
Adapt AccountMigratorTest to id change
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
1 parent 33409dc commit 7243f48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/settings/tests/UserMigration/AccountMigratorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ public function testImportExportAccount(string $userId, array $importData): void
9898
$this->importSource
9999
->expects($this->once())
100100
->method('getMigratorVersion')
101-
->with(AccountMigrator::class)
101+
->with($this->migrator->getId())
102102
->willReturn(1);
103103

104104
$this->importSource

0 commit comments

Comments
 (0)