Prettified

This commit is contained in:
Leah Schumann 2023-08-09 10:24:54 -04:00
parent 4322a3f370
commit 2e455177ae

View file

@ -1327,7 +1327,7 @@ describe("Actions", () => {
// Assert
expect(commit).toBeCalledWith(storeMutations.UPDATE_CUSTOMER_DETAILS, customerDetails);
});
});
it("saveGlassParts, should call mutation", () => {
// Arrange