Mocking UUID
This commit is contained in:
parent
222fc0dcf8
commit
06bc5fdd40
1 changed files with 1 additions and 0 deletions
|
@ -122,6 +122,7 @@ public class CertificateErrorNotificationsTest extends RobolectricTest {
|
|||
Account account = mock(Account.class);
|
||||
when(account.getAccountNumber()).thenReturn(ACCOUNT_NUMBER);
|
||||
when(account.getDescription()).thenReturn(ACCOUNT_NAME);
|
||||
when(account.getUuid()).thenReturn("test-uuid");
|
||||
|
||||
return account;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue