Missed a comma

This commit is contained in:
Michaela Brydon 2023-10-11 23:53:38 -04:00
parent bded6a47d1
commit 9efd351d9d

View file

@ -293,7 +293,7 @@ describe('duplicateCheck.vue', () => {
router: { navigate: jest.fn() }
});
const year = getRandomString(6, 6,);
const year = getRandomString(6, 6);
const make = getRandomString(6, 6);
const model = getRandomString(6, 6);
const date = getRandomString(9, 9);