Skip to content

Commit cc4f90a

Browse files
committed
Clean
1 parent 90b7241 commit cc4f90a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/forms/labels/labeled-field.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ test('adds InputLabel and InputError', () => {
2323
const wrapper = mount(<LabeledField { ...props } ><Wrapped /></LabeledField>)
2424
// InputLabel
2525
expect(wrapper.find('label').text()).toEqual('Foo')
26-
// // InputError
26+
// InputError
2727
expect(wrapper.find('.error-message').exists()).toEqual(true)
2828
})

0 commit comments

Comments
 (0)