update RadioButton

pull/1225/head
tangjinzhou 2019-09-23 20:45:58 +08:00
parent d42300bb88
commit e214277022
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ import { mount } from '@vue/test-utils';
import { asyncExpect } from '@/tests/utils';
import Radio from '../Radio';
import RadioGroup from '../Group';
import RadioButton from '../radioButton';
import RadioButton from '../RadioButton';
describe('Radio', () => {
function createRadioGroup(props, listeners = {}) {