Skip to content

Commit

Permalink
Merge pull request #4538 from WordPress/fix/snapshot-tests
Browse files Browse the repository at this point in the history
Fix snapshot tests
  • Loading branch information
noisysocks authored Jan 17, 2018
2 parents acd3d22 + d216fe1 commit 9d28bac
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 9d28bac

Please sign in to comment.