changing parameter name for unit test

This commit is contained in:
Max 2021-12-03 13:47:11 -05:00
parent 6c98ab4c2c
commit 030da3720d

View file

@ -14,7 +14,7 @@ describe('year-question.vue', () => {
push: jest.fn()
}
}
mockData.store.commit.mockImplementation((func, year) => {
mockData.store.commit.mockImplementation((method, year) => {
mockData.store.year = year;
});