diff --git a/tests/lifecycle.spec.ts b/tests/lifecycle.spec.ts index 442493082..da1c5deaa 100644 --- a/tests/lifecycle.spec.ts +++ b/tests/lifecycle.spec.ts @@ -30,7 +30,7 @@ describe('lifecycles', () => { mount(Component) await nextTick() expect(beforeMountFn).toHaveBeenCalled() - expect(onBeforeMountFn).toHaveBeenCalled() + expect(onMountFn).toHaveBeenCalled() expect(onBeforeMountFn).toHaveBeenCalled() })