Skip to content

Commit

Permalink
make test pass
Browse files Browse the repository at this point in the history
  • Loading branch information
snide committed Jan 4, 2018
1 parent b55c80c commit c9f4e47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/components/image/__snapshots__/image.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ exports[`EuiImage is rendered 1`] = `
>
<img
class="euiImage__img"
title=""
/>
</figure>
`;
2 changes: 1 addition & 1 deletion src/components/image/image.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { EuiImage } from './image';
describe('EuiImage', () => {
test('is rendered', () => {
const component = render(
<EuiImage {...requiredProps} />
<EuiImage title="" {...requiredProps} />
);

expect(component)
Expand Down

0 comments on commit c9f4e47

Please sign in to comment.