SSR-706 Fix Store Unit Tests

This commit is contained in:
Josh Dassinger 2023-10-04 12:30:21 -05:00
parent 5084c7cde9
commit 3b4f120943

View file

@ -615,7 +615,10 @@ describe('Store', () => {
firstName: getRandomString(6, 6),
lastName: getRandomString(6, 6),
emailAddress: getRandomString(6, 6),
phoneNumber: getRandomString(6, 6)
phoneNumber: getRandomString(6, 6),
address: {
state: getRandomString(2, 2)
}
};
const policy = {
policyNumber: getRandomString(6, 6),