diff --git a/src/store/store.spec.js b/src/store/store.spec.js index bd8a5f2a..9ada327b 100644 --- a/src/store/store.spec.js +++ b/src/store/store.spec.js @@ -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),