Skip to content

Commit

Permalink
Fix snapshot tests
Browse files Browse the repository at this point in the history
  • Loading branch information
noisysocks committed Jan 17, 2018
1 parent acd3d22 commit d216fe1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion blocks/library/audio/test/__snapshots__/index.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ exports[`core/audio block edit matches snapshot 1`] = `
<div
class="components-placeholder__instructions"
>
Select an audio file from your library, or upload a new one:
Select an audio file from your library, or upload a new one
</div>
<div
class="components-placeholder__fieldset"
Expand Down
2 changes: 1 addition & 1 deletion blocks/library/video/test/__snapshots__/index.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ exports[`core/video block edit matches snapshot 1`] = `
<div
class="components-placeholder__instructions"
>
Select a video file from your library, or upload a new one:
Select a video file from your library, or upload a new one
</div>
<div
class="components-placeholder__fieldset"
Expand Down

0 comments on commit d216fe1

Please sign in to comment.