Pass re-migration account in test
This commit is contained in:
parent
0663fe30df
commit
6c6f073bc2
|
@ -366,7 +366,7 @@ class AccountsDynamoDbTest {
|
||||||
device = generateDevice(1);
|
device = generateDevice(1);
|
||||||
Account accountRemigrationWithDifferentUuid = generateAccount("+14151112222", secondUuid, Collections.singleton(device));
|
Account accountRemigrationWithDifferentUuid = generateAccount("+14151112222", secondUuid, Collections.singleton(device));
|
||||||
|
|
||||||
migrated = accountsDynamoDb.migrate(account).get();
|
migrated = accountsDynamoDb.migrate(accountRemigrationWithDifferentUuid).get();
|
||||||
|
|
||||||
assertThat(migrated).isFalse();
|
assertThat(migrated).isFalse();
|
||||||
verifyStoredState("+14151112222", firstUuid, account);
|
verifyStoredState("+14151112222", firstUuid, account);
|
||||||
|
|
Loading…
Reference in New Issue