This commit is contained in:
CarlNation 2026-01-13 20:36:09 -05:00
parent cc52bfc46a
commit 97bba7fe93

View file

@ -306,7 +306,9 @@ describe("partQuestions.vue...", () => {
//Assert
expect(spy).toHaveBeenNthCalledWith(
1,
storeActions.SAVE_IS_OEM_GLASS_SELECTED, false, false
storeActions.SAVE_IS_OEM_GLASS_SELECTED,
false,
false
);
expect(spy).toHaveBeenNthCalledWith(
2,