Skip to content

Commit

Permalink
fix update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcostadev committed Sep 12, 2019
1 parent d31fb61 commit 6d9fe5c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions tests/components/__snapshots__/Events.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ exports[`Component Events should render component correctly 1`] = `
<div
className="events__date-time"
>
09:20H
09H
</div>
<h4
className="event__talk"
Expand Down Expand Up @@ -98,7 +98,7 @@ exports[`Component Events should render component correctly 1`] = `
<div
className="events__date-time"
>
09:40H
09:20H
</div>
<h4
className="event__talk"
Expand Down Expand Up @@ -126,7 +126,7 @@ exports[`Component Events should render component correctly 1`] = `
<div
className="events__date-time"
>
10H
09:40H
</div>
<h4
className="event__talk"
Expand All @@ -144,7 +144,7 @@ exports[`Component Events should render component correctly 1`] = `
className="media event__media event__media--sticker4"
>
<img
alt="Zenobio"
alt="Zenobio Pereira"
className="event__image"
src="/static/images/speakers/avatar-zenobio.png"
/>
Expand All @@ -154,7 +154,7 @@ exports[`Component Events should render component correctly 1`] = `
<div
className="events__date-time"
>
10:40H
10H
</div>
<h4
className="event__talk"
Expand All @@ -164,7 +164,7 @@ exports[`Component Events should render component correctly 1`] = `
<p
className="event__speaker"
>
Zenobio
Zenobio Pereira
</p>
</div>
</div>
Expand Down Expand Up @@ -204,7 +204,7 @@ exports[`Component Events should render component correctly 1`] = `
<div
className="events__date-time"
>
09H
10:40H
</div>
<h4
className="event__talk"
Expand Down

0 comments on commit 6d9fe5c

Please sign in to comment.