Skip to content

Commit aa1672a

Browse files
committed
test: fix hmr test id
1 parent 7887c54 commit aa1672a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/runtime-core/__tests__/hmr.spec.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -193,8 +193,8 @@ describe('hot module replacement', () => {
193193
// #1157 - component should force full props update when HMR is active
194194
test('force update child component w/ static props', () => {
195195
const root = nodeOps.createElement('div')
196-
const parentId = 'test2-parent'
197-
const childId = 'test2-child'
196+
const parentId = 'test-force-props-parent'
197+
const childId = 'test-force-props-child'
198198

199199
const Child: ComponentOptions = {
200200
__hmrId: childId,

0 commit comments

Comments
 (0)