Skip to content

Commit 9ca8b7c

Browse files
committed
chore: fix test
1 parent d45cbfc commit 9ca8b7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compiler-core/__tests__/transforms/vModel.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ describe('compiler: transform v-model', () => {
575575
expect(onError).toHaveBeenCalledTimes(1)
576576
expect(onError).toHaveBeenCalledWith(
577577
expect.objectContaining({
578-
code: ErrorCodes.X_V_MODEL_ON_SCOPE_VARIABLE
578+
code: ErrorCodes.X_V_MODEL_ON_PROPS
579579
})
580580
)
581581
})

0 commit comments

Comments
 (0)