From 3b4f120943461b8a16f543f98f59edaeb6942d32 Mon Sep 17 00:00:00 2001 From: Josh Dassinger Date: Wed, 4 Oct 2023 12:30:21 -0500 Subject: [PATCH] SSR-706 Fix Store Unit Tests --- src/store/store.spec.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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),