mirror of
https://github.com/elyby/accounts-frontend.git
synced 2025-05-31 14:11:58 +05:30
Some more minor fixes
This commit is contained in:
@@ -8,7 +8,7 @@ import ChangePassword from 'app/components/profile/changePassword/ChangePassword
|
||||
|
||||
describe('<ChangePassword />', () => {
|
||||
it('renders two <Input /> components', () => {
|
||||
const component = shallow(<ChangePassword onSubmit={() => {}} />);
|
||||
const component = shallow(<ChangePassword onSubmit={async () => {}} />);
|
||||
|
||||
expect(component.find('Input'), 'to satisfy', { length: 2 });
|
||||
});
|
||||
|
Reference in New Issue
Block a user