mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-21 20:08:04 +01:00
Pass re-migration account in test
This commit is contained in:
@@ -366,7 +366,7 @@ class AccountsDynamoDbTest {
|
||||
device = generateDevice(1);
|
||||
Account accountRemigrationWithDifferentUuid = generateAccount("+14151112222", secondUuid, Collections.singleton(device));
|
||||
|
||||
migrated = accountsDynamoDb.migrate(account).get();
|
||||
migrated = accountsDynamoDb.migrate(accountRemigrationWithDifferentUuid).get();
|
||||
|
||||
assertThat(migrated).isFalse();
|
||||
verifyStoredState("+14151112222", firstUuid, account);
|
||||
|
||||
Reference in New Issue
Block a user