Skip to content
Prev Previous commit
Next Next commit
Whitespace
  • Loading branch information
ockham committed Sep 12, 2023
commit 8bf9f01b0dd58360191c5895c97b09219a7621a6
2 changes: 1 addition & 1 deletion tests/phpunit/tests/block-template-utils.php
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ public function test_build_block_template_result_from_file_injects_theme_attribu
public function data_build_block_template_result_from_file_injects_theme_attribute() {
$theme = 'block-theme';
return array(
'a template with a template part block' => array(
'a template with a template part block' => array(
'filename' => 'template-with-template-part.html',
'expected' => sprintf(
'<!-- wp:template-part {"slug":"header","align":"full","tagName":"header","className":"site-header","theme":"%s"} /-->',
Expand Down