Skip to content

Commit

Permalink
chore: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Nov 10, 2022
1 parent d45cbfc commit 9ca8b7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/compiler-core/__tests__/transforms/vModel.spec.ts
Expand Up @@ -575,7 +575,7 @@ describe('compiler: transform v-model', () => {
expect(onError).toHaveBeenCalledTimes(1)
expect(onError).toHaveBeenCalledWith(
expect.objectContaining({
code: ErrorCodes.X_V_MODEL_ON_SCOPE_VARIABLE
code: ErrorCodes.X_V_MODEL_ON_PROPS
})
)
})
Expand Down

0 comments on commit 9ca8b7c

Please sign in to comment.