Skip to content

Commit e214277

Browse files
committed
update RadioButton
1 parent d42300b commit e214277

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/radio/__tests__/group.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { mount } from '@vue/test-utils';
22
import { asyncExpect } from '@/tests/utils';
33
import Radio from '../Radio';
44
import RadioGroup from '../Group';
5-
import RadioButton from '../radioButton';
5+
import RadioButton from '../RadioButton';
66

77
describe('Radio', () => {
88
function createRadioGroup(props, listeners = {}) {

0 commit comments

Comments
 (0)