forgot to update test

This commit is contained in:
Jason Wheeler 2023-01-19 14:12:17 -05:00
parent 68a63de959
commit 6bae6a3fc7

View file

@ -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);