Skip to content

Commit

Permalink
Fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad committed Oct 24, 2018
1 parent e86d3fc commit 6908f13
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

exports[`DefaultBlockAppender should append a default block when input focused 1`] = `
<div
className="editor-default-block-appender"
className="wp-block editor-default-block-appender"
data-root-client-id=""
>
<WithDispatch(WithSelect(BlockDropZone)) />
Expand Down Expand Up @@ -31,7 +31,7 @@ exports[`DefaultBlockAppender should append a default block when input focused 1

exports[`DefaultBlockAppender should match snapshot 1`] = `
<div
className="editor-default-block-appender"
className="wp-block editor-default-block-appender"
data-root-client-id=""
>
<WithDispatch(WithSelect(BlockDropZone)) />
Expand All @@ -53,7 +53,7 @@ exports[`DefaultBlockAppender should match snapshot 1`] = `

exports[`DefaultBlockAppender should optionally show without prompt 1`] = `
<div
className="editor-default-block-appender"
className="wp-block editor-default-block-appender"
data-root-client-id=""
>
<WithDispatch(WithSelect(BlockDropZone)) />
Expand Down

0 comments on commit 6908f13

Please sign in to comment.