Skip to content

Commit

Permalink
test: fix bad test naming
Browse files Browse the repository at this point in the history
  • Loading branch information
tomosterlund committed Nov 30, 2023
1 parent 656d3de commit 8b0c3ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/components/Qalendar.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ describe('Qalendar.vue', () => {
expect(wrapper.vm.mode).toBe('day')
})

it('should go to invoke the goToPeriod in the header and go forward in time', () => {
it('should invoke the goToPeriod method in the header', () => {
const wrapper = mount(Qalendar)
const header = wrapper.findComponent({ name: 'AppHeader' })
const goToPeriodSpy = vi.spyOn(header.vm, 'goToPeriod')
Expand Down

0 comments on commit 8b0c3ed

Please sign in to comment.