SSR-706 Fix Store Unit Tests
This commit is contained in:
parent
5084c7cde9
commit
3b4f120943
1 changed files with 4 additions and 1 deletions
|
|
@ -615,7 +615,10 @@ describe('Store', () => {
|
||||||
firstName: getRandomString(6, 6),
|
firstName: getRandomString(6, 6),
|
||||||
lastName: getRandomString(6, 6),
|
lastName: getRandomString(6, 6),
|
||||||
emailAddress: getRandomString(6, 6),
|
emailAddress: getRandomString(6, 6),
|
||||||
phoneNumber: getRandomString(6, 6)
|
phoneNumber: getRandomString(6, 6),
|
||||||
|
address: {
|
||||||
|
state: getRandomString(2, 2)
|
||||||
|
}
|
||||||
};
|
};
|
||||||
const policy = {
|
const policy = {
|
||||||
policyNumber: getRandomString(6, 6),
|
policyNumber: getRandomString(6, 6),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue