From 1eb238c37e7321c7a34c5c91faf113d3d046b372 Mon Sep 17 00:00:00 2001 From: Jeremy-Z Date: Wed, 8 Jul 2026 10:38:14 -0400 Subject: [PATCH] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- src/layouts/duplicate-check/duplicate-check.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layouts/duplicate-check/duplicate-check.spec.js b/src/layouts/duplicate-check/duplicate-check.spec.js index df58325e..40d350d8 100644 --- a/src/layouts/duplicate-check/duplicate-check.spec.js +++ b/src/layouts/duplicate-check/duplicate-check.spec.js @@ -371,7 +371,7 @@ describe('duplicateCheck.vue', () => { expect(wrapper.vm.mainStore.getCoveragePolicyInfo).toHaveBeenCalledTimes(1); expect(wrapper.vm.$router.navigate).toHaveBeenCalledTimes(1); }); - test('Unmatched selection => does not call saveSession or loadSessionFromDuplicate', async () => { + test('Unmatched selection => calls saveSession, not loadSessionFromDuplicate', async () => { // Arrange const newOrderSelectionName = getRandomString(6, 6); const { wrapper } = getMountedComponent({