Skip to content

Commit

Permalink
Adapt AccountMigratorTest to id change
Browse files Browse the repository at this point in the history
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
  • Loading branch information
come-nc committed Apr 11, 2022
1 parent 33409dc commit 7243f48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/settings/tests/UserMigration/AccountMigratorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public function testImportExportAccount(string $userId, array $importData): void
$this->importSource
->expects($this->once())
->method('getMigratorVersion')
->with(AccountMigrator::class)
->with($this->migrator->getId())
->willReturn(1);

$this->importSource
Expand Down

0 comments on commit 7243f48

Please sign in to comment.