diff --git a/src/store/store.spec.js b/src/store/store.spec.js index 82fa2109e..e072eb164 100644 --- a/src/store/store.spec.js +++ b/src/store/store.spec.js @@ -1327,7 +1327,7 @@ describe("Actions", () => { // Assert expect(commit).toBeCalledWith(storeMutations.UPDATE_CUSTOMER_DETAILS, customerDetails); - }); + }); it("saveGlassParts, should call mutation", () => { // Arrange