diff --git a/components/form/__tests__/label.test.js b/components/form/__tests__/label.test.js index ae6d84d307..5cff341c51 100644 --- a/components/form/__tests__/label.test.js +++ b/components/form/__tests__/label.test.js @@ -2,7 +2,7 @@ import React from 'react'; import { mount } from 'enzyme'; import Form from '..'; -describe('Checkbox', () => { +describe('Form', () => { it('should remove duplicated user input colon', () => { const wrapper = mount(