Skip to content

Commit

Permalink
Avoid a console warning when running performance tests (#16409)
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad authored Jul 4, 2019
1 parent 2582944 commit 2bb3d5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/e2e-tests/specs/performance.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ describe( 'Performance', () => {
}
} );

dispatch( 'core/editor' ).resetBlocks( blocks );
dispatch( 'core/block-editor' ).resetBlocks( blocks );
}, html );
await saveDraft();

Expand Down

0 comments on commit 2bb3d5a

Please sign in to comment.