Skip to content

Commit d50ce4b

Browse files
committed
Fixed tests
1 parent 278961a commit d50ce4b

File tree

1 file changed

+2
-2
lines changed
  • __tests__/shared/components/Settings/Preferences/Email

1 file changed

+2
-2
lines changed

__tests__/shared/components/Settings/Preferences/Email/index.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ import Email from 'components/Settings/Preferences/Email';
66
const rnd = new Renderer();
77

88
it('renders email preferences setting page correctly', () => {
9-
rnd.render((<Email email={'[email protected]'} preferences={[]}/>));
9+
rnd.render((<Email email="[email protected]" preferences={[]} />));
1010
expect(rnd.getRenderOutput()).toMatchSnapshot();
11-
});
11+
});

0 commit comments

Comments
 (0)