Skip to content

Commit 1e5797c

Browse files
committed
Fix classic_theme_with_should_load_separate_core_block_assets_opt_out test case
1 parent 12d4ae7 commit 1e5797c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/phpunit/tests/template.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1422,7 +1422,7 @@ public function data_wp_load_classic_theme_block_styles_on_demand(): array {
14221422
add_filter( 'should_load_separate_core_block_assets', '__return_false' );
14231423
},
14241424
'expected_load_separate' => false,
1425-
'expected_on_demand' => true,
1425+
'expected_on_demand' => false,
14261426
'expected_buffer_started' => false,
14271427
),
14281428
'classic_theme_with_should_load_block_assets_on_demand_out_out' => array(

0 commit comments

Comments
 (0)