Skip to content

Commit

Permalink
Rename test to fit the new function
Browse files Browse the repository at this point in the history
  • Loading branch information
cbravobernal committed Oct 25, 2022
1 parent ed4a033 commit a0b26ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpunit/class-wp-theme-json-test.php
Original file line number Diff line number Diff line change
Expand Up @@ -1340,7 +1340,7 @@ public function test_get_styles_for_block_with_content_width() {
$this->assertEquals( $expected, $root_rules . $style_rules );
}

public function test_get_stylesheet_with_separator_block_in_theme_json() {
public function test_update_separator_declarations() {
// If only background is defined, test that includes border-color to the style so it is applied on the front end.
$theme_json = new WP_Theme_JSON_Gutenberg(
array(
Expand Down

0 comments on commit a0b26ae

Please sign in to comment.