diff --git a/test/unit/features/options/lifecycle.spec.js b/test/unit/features/options/lifecycle.spec.js index 803db508733..ef274ed64c6 100644 --- a/test/unit/features/options/lifecycle.spec.js +++ b/test/unit/features/options/lifecycle.spec.js @@ -186,7 +186,7 @@ describe('Options lifecycle hooks', () => { vm.todos[0].done = true waitForUpdate(() => { expect(destroyed).toHaveBeenCalled() - expect(beforeUpdated).not.toHaveBeenCalled() + expect(beforeUpdate).not.toHaveBeenCalled() }).then(done) }) })