Pass re-migration account in test

This commit is contained in:
Chris Eager 2021-04-22 15:09:20 -05:00 committed by Chris Eager
parent 0663fe30df
commit 6c6f073bc2
1 changed files with 1 additions and 1 deletions

View File

@ -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);