From e550e3f5ce966dfb9f394a443f74fa6c9a09e872 Mon Sep 17 00:00:00 2001 From: Sneha Date: Tue, 13 Jun 2023 14:18:39 +0530 Subject: [PATCH] Update store.spec.js --- src/store/store.spec.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/store/store.spec.js b/src/store/store.spec.js index 2ee66ee0b..286fbae9e 100644 --- a/src/store/store.spec.js +++ b/src/store/store.spec.js @@ -2814,7 +2814,12 @@ describe("isVinOptionalVehicle", () => { const testcarID = [ ["CR00000100", "make", [{ glassLocation: "driver" }], false], ["CR00067899", "make2", [{ glassLocation: "windshield" }], true], - ["CR00062396","make3", [{ glassLocation: "windshield" }, { glassLocation: "driver" }], true], + [ + "CR00062396", + "make3", + [{ glassLocation: "windshield" }, { glassLocation: "driver" }], + true, + ], ["CR00066428", "make4", [{ glassLocation: "rear" }], false], ];