Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Jeremy-Z 2026-07-08 10:38:14 -04:00 committed by GitHub
parent 75720b2660
commit 1eb238c37e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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({