From 0a777012d872acc82307bce72234dc7a76f2553c Mon Sep 17 00:00:00 2001 From: Carl Nation Date: Fri, 24 Jul 2026 17:04:23 -0400 Subject: [PATCH] test test --- src/layouts/policy-info/policy-info.spec.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/layouts/policy-info/policy-info.spec.js b/src/layouts/policy-info/policy-info.spec.js index 6caaa9f34..4907461b7 100644 --- a/src/layouts/policy-info/policy-info.spec.js +++ b/src/layouts/policy-info/policy-info.spec.js @@ -87,12 +87,12 @@ describe("policy-info.vue", () => { expect(wrapper.vm.displayClaimNumber).toBe(true); }); - test("is false when only unrelated flags (e.g. otherResponsibleParty, thirdPartyVehicle, injuries) are checked", async () => { + test("is false when only unrelated flags (e.g. thirdPartyVehicle, injuries) are checked", async () => { const { wrapper } = setupMocks(); wrapper.vm.morePolicyQuestions = { additionalDamage: false, rental: false, - otherResponsibleParty: true, + otherResponsibleParty: false, thirdPartyVehicle: true, injuries: true, };