From 2e455177ae6a3c85256de0ff3a6d2d0ac8b097cf Mon Sep 17 00:00:00 2001 From: Leah Schumann Date: Wed, 9 Aug 2023 10:24:54 -0400 Subject: [PATCH] Prettified --- src/store/store.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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