Skip to content

Commit 2b495ef

Browse files
committed
fix(test): fix unknown props in test
1 parent cf8196e commit 2b495ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/FormFeedback.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ describe('FormFeedback', () => {
1616
});
1717

1818
it('should render with "form-control-feedback" class', () => {
19-
const wrapper = shallow(<FormFeedback inline>Yo!</FormFeedback>);
19+
const wrapper = shallow(<FormFeedback>Yo!</FormFeedback>);
2020

2121
expect(wrapper.hasClass('form-control-feedback')).toBe(true);
2222
});

0 commit comments

Comments
 (0)