forgot to update test
This commit is contained in:
parent
68a63de959
commit
6bae6a3fc7
1 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue