Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.

Commit 5bc03d6

Browse files
committed
test: fix error in test
1 parent ce6fb7f commit 5bc03d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/VuelidateInjector.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ describe('VuelidateInjector', () => {
7070
it('Should be inject validator without path with proxy', () => {
7171
const wrapper = createWrapper(
7272
`<VuelidateProxy path="${path}">
73-
<VuelidateInjector />
73+
<VuelidateInjector>${path}</VuelidateInjector>
7474
</VuelidateProxy>`,
7575
{ VuelidateProxy, VuelidateInjector }
7676
);

0 commit comments

Comments
 (0)