Skip to content

Commit 330dc2b

Browse files
committed
Remove the block pattern 'core/existing-metadata' from the unit test teardown in resolvePatternBlocks test suite.
1 parent b6f05e4 commit 330dc2b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/phpunit/tests/blocks/resolvePatternBlocks.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ public function tear_down() {
8787
unregister_block_pattern( 'core/single-root-with-forbidden-chars-in-attrs' );
8888
unregister_block_pattern( 'core/with-attrs' );
8989
unregister_block_pattern( 'core/nested-single' );
90+
unregister_block_pattern( 'core/existing-metadata' );
9091
parent::tear_down();
9192
}
9293

0 commit comments

Comments
 (0)