Skip to content

Commit dcb7939

Browse files
authored
chore(tests): fix typo in form-radio-group.spec.js (bootstrap-vue#2746)
1 parent afa3b74 commit dcb7939

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/form-radio/form-radio-group.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ describe('form-radio-group', async () => {
203203
Group,
204204
{
205205
props: {
206-
checked: [],
206+
checked: '',
207207
buttons: true,
208208
buttonVariant: 'primary'
209209
}

0 commit comments

Comments
 (0)