From eed6330b92cc83541206a0c29980245ebbf3375a Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=B4me=20Chilliet?= Date: Mon, 11 Apr 2022 11:13:44 +0200 Subject: [PATCH] Adapt AccountMigratorTest to id change MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Côme Chilliet --- apps/settings/tests/UserMigration/AccountMigratorTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/settings/tests/UserMigration/AccountMigratorTest.php b/apps/settings/tests/UserMigration/AccountMigratorTest.php index c668bb9e6af..b7826c20e60 100644 --- a/apps/settings/tests/UserMigration/AccountMigratorTest.php +++ b/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 -- 2.39.5