Skip to content

Commit

Permalink
Update test/unit/features/options/lifecycle.spec.js
Browse files Browse the repository at this point in the history
fix typo on lifecycle event name (tx @posva)

Co-Authored-By: therealpecus <pecus@pecus.it>
  • Loading branch information
posva and therealpecus committed Dec 10, 2018
1 parent 56f4d64 commit 2b99bf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/features/options/lifecycle.spec.js
Expand Up @@ -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)
})
})
Expand Down

0 comments on commit 2b99bf7

Please sign in to comment.