From 6bae6a3fc71c073b3a7635f69df7ffd2854f8889 Mon Sep 17 00:00:00 2001 From: Jason Wheeler Date: Thu, 19 Jan 2023 14:12:17 -0500 Subject: [PATCH] forgot to update test --- src/store/store.spec.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/store/store.spec.js b/src/store/store.spec.js index c8721b6d..e282f849 100644 --- a/src/store/store.spec.js +++ b/src/store/store.spec.js @@ -181,7 +181,7 @@ describe("Store", () => { }; //Act - const actual = store.customerDataAddressLookup; + const actual = store.customerData; //Assert expect(actual).toEqual(expected); @@ -213,7 +213,7 @@ describe("Store", () => { }; //Act - const actual = store.customerDataAddressLookup; + const actual = store.customerData; //Assert expect(actual).toEqual(expected);