prettier
This commit is contained in:
parent
cc52bfc46a
commit
97bba7fe93
1 changed files with 3 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue