Skip to content

Commit 7df5571

Browse files
committed
WIP
1 parent 1145988 commit 7df5571

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/phpunit/tests/blocks/editor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -731,7 +731,7 @@ public function test_get_block_editor_settings_auto_register_blocks() {
731731
);
732732

733733
$post_editor_context = new WP_Block_Editor_Context( array( 'post' => get_post() ) );
734-
$settings = get_block_editor_settings( array(), $post_editor_context );
734+
$settings = get_block_editor_settings( array(), $post_editor_context );
735735

736736
unregister_block_type( $block_with_render );
737737
unregister_block_type( $block_without_render );

0 commit comments

Comments
 (0)